• Background Image

    News & Updates

    Ruby

June 27, 2017

Development Setup Ruby: Screencast

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. Code Example (more…)
June 27, 2017

Development Setup Ruby: Text Version

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. Setup Ruby and Test::Unit (more…)
June 19, 2017

Development Setup: Ruby

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