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 framework can also be used.
In this lesson you will learn:
- Setup Netbeans with JUnit
- How to create a new Selenium testing project
- Add the webdriver reference
- Run test cases using JUnit
Prerequisites:
Ideally, you should complete these lessons first:
