Friday, February 17, 2012

Running Selenium IDE scripts from command line

With Selenium RC installed we can use the following command line syntax to run a test suite
of Selenium IDE scripts in browsers.

java -jar selenium-server-standalone-2.19.0.jar -htmlSuite "*chrome" "
http://www.rediff.com" "c:\selenium_ide\test_suite.htm" "c:\
selenium_ide\results.htm"

No comments: