June 19, 2017
To create Selenium test cases using JavaScript you will need to setup your development environment correctly. For this, you can use any JavaScript IDE and a unit test framework of your choice. This lesson contains examples for Mocha but any other Unit Testing framework can also be used. In this
(more…)
June 19, 2017
To create Selenium test cases using Python you will need to setup your development environment correctly. For this, you can use any Python IDE and a unit test framework of your choice. This lesson contains examples for PyUnit but any other Unit Testing framework can also be used. In this
(more…)
June 19, 2017
To create Selenium test cases using Ruby you will need to setup your development environment correctly. For this, you can use any Ruby IDE and a unit test framework of your choice. This lesson contains examples for Test::Unit but any other Unit Testing framework can also be used. In this lesson you
(more…)
June 19, 2017
To create Selenium test cases using the .Net Framework language C# you will need to setup your development environment correctly. For this, you can use Visual Studio and a unit test framework of your choice. This lesson contains examples for Visual Studio Unit Testing but any other Unit Testing framework
(more…)
June 19, 2017
To create Selenium test cases using Java you will need to setup your development environment correctly. For this, you can use Netbeans and a unit test framework of your choice. Of course, other Java IDEs will work just as well. This lesson contains examples for JUnit but any other Unit Testing
(more…)