ofBiz testing
installation done . .
now how to proceed for further steps...
as a tester
can any one guide
thank you and regards
rashmi sigh
2008074
iiitb
Copyright 2009 KenElements. Powered by Open Source Software from projects like Apache, Drupal, Linux, MySQL, PHP, JQuery
Setting up Selenium RC server in Windows
By rashmi.singh1. Download latest Java SE from http://java.sun.com/ and install
2. Download latest version of Selenium RC and extract it any where in ur system
3. Create a folder named Selenium at C:\Program Files\Java\jdk1.6.0_1\bin
4. Copy all files under Selenium-server-1.0.1 which you will find in the extracted folder and paste in the newly created folder that is "Selenium"
5. From Command prompt run the following commands:
cd \
cd C:\Program Files\Java\jdk1.6.0_03\bin
java -jar .\Selenium\selenium-server.jar -interactive
If you see the following messages at the end of the console, you are quite confirm that the Selenium server is running fine:
Entering interactive mode... type Selenium commands here (e.g: cmd=open&1=http://www.yahoo.com)
thank you and regards
Rashmi Singh
2008074
IIIT Bangalore
Following the steps above
By nabilaHello
After following the steps above I am able to start selenium in interactive mode but after trying to run some commands i get the error "Server Exception: sessionID does not exist". Do i need to change the port(default is 4444) or any other change that needs to be done.
Thank you
Nabila Kazmi