Wednesday 19 October 2011

Running Selenium RC server from Microsoft Visual studio

1)      Tools ---->External Tools
2)      External Tools Window opened
Fill the following values
Title: Selenium Server (Name appear in Tools Menu)
Command: C:\Program Files\Java\jdk1.5.0_22\bin\java.exe (java installed directory)
Arguments: -jar selenium-server.jar (To execute a jar file)
Initial directory: D:\My Files\Selenium\selenium-remote-control-1.0.3\selenium-server-1.0.3
(Path of the selenium-server.jar file)
Now Selenium Server appears in Tools menu. We can directly run the selenium server by click on it. We can watch the status of the selenium server details in output window.

No comments:

Post a Comment