Friday, January 7, 2011

Starting Selenium Server

Starting Selenium Server Method1:

1. Start -> Run. Open command prompt 

Figure: Command Prompt
2. Type java -jar

3. Drag the selenium-server.jar file from the directory it is located. (see the below figures)

Figure: Location of selenium-server.jar file
Figure: After Drag and drop to command prompt
4. Press Enter button

5. Now Selenium RC is ready and you can execute selenium test cases.

6. Your command prompt should look like this.

Figure: Selenium Server