Tag: Selenium webdriver

4 years ago • 10 min read time

Looking back: Microsoft Coded UI  A few years back I was engaged in an enterprise automation-testing project with an existing automation solution Microsoft Coded UI testing framework. I really loved using…

4 years ago • 6 min read time

As testing engineers, we often live through some bothersome scenarios. I am sure everyone can relate to the following situation: you are maintaining an automation test that keeps failing in a…

4 years ago • 7 min read time

Software testing in complex, large-scale software systems When working in a scrum team, QAs spend as much time working on potential failure detection as the actual software testing. Keeping in…

4 years ago • 9 min read time

A solid software product has to be intuitive, scalable, fast and reliable. Once these ABC s of the product are ensured, it s important we put some heavy load on…

4 years ago • 10 min read time

In the following tutorial I m going to show you how to create your own Selenium WebDriver C# automation framework with the help of four design patterns: Page Object pattern…