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 will learn:
- Setup Ruby and Test::Unit
- Add the webdriver gem
- Run test cases
Prerequisites:
Ideally, you should complete these lessons first:
