Monday, June 3, 2013

Running Selenium IDE tests with Selenium Remote Control

Running Selenium IDE tests with Selenium Remote Control

Imagine that you have to run your Selenium IDE tests on a computer that doesn't have
Selenium IDE installed or you do not want to use Firefox with any add-ons installed. To
do this you will need to use Selenium Remote Control.


Steps:

1.  Record your test case using Selenium IDE
2.  Play your test case using selenium IDE itself to make sure
that your test case works. 

3.  Export your recording test case - as html file.
4.  Create a test suite.
5.  Run your exported html test case using selenium rc

No comments:

Post a Comment