Tag: Automation Testing

3 years ago • 3 min read time

Is Selenium WebDriver (with or without additional libraries such as DotNetSeleniumExtras.PageObjects) your testing tool of choice?If so, I imagine built the page classes most likely look something like this: A…

4 years ago • 5 min read time

A Very Short History Lesson  The QA role in a scrum team has changed considerably over the last decade.In the beginning, we were mostly using several testing tools and did everything…

4 years ago • 10 min read time

If you use Selenium Web Driver and C# as your automation tools for creating and maintaining automation scripts for on-demand/automated web application testing, but dread detailed testing reports you re…

5 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…