News

Selenium is only for automating the web based applications. However, if I want to do some data setup and teardown for the UI tests using Selenium, there are ways to do that by including some ...
Definition: Selenium WebDriver is a collection of open source APIs which are used to automate the testing of a web application. Description: Selenium WebDriver tool is used to automate web application ...
This is the tenth article from the WebDriver Page Objects Series. Here I am going to share with you how to create a single place for handling the WebDriver initialisation and creation of page objects.
The C# WebDriver gives you .NET bindings for the API calls, letting you build and run your own test scripts without having to stand up an instance of the Selenium server.