- arifmActive particpant
- Posts : 12
Join date : 2012-08-08
Selenium RC
Thu Aug 09, 2012 3:54 pm
Hi,
I am not using Test Engine, I just exported my ide script to java/junit4/Remote Control.
I have installed latest jre and eclipse.
Will u tell me the detailled steps for running this script in rc.
error hapening in code. i am using latest selenium server and j unit.
I am not using Test Engine, I just exported my ide script to java/junit4/Remote Control.
I have installed latest jre and eclipse.
Will u tell me the detailled steps for running this script in rc.
error hapening in code. i am using latest selenium server and j unit.
- sanjeetraviRegular Participant
- Posts : 27
Join date : 2012-07-10
Age : 34
Location : Delhi
Re: Selenium RC
Thu Aug 09, 2012 5:56 pm
you need to start your selenium server first
then copy the txt file generated in by the export and paste it in any java class created
change the package name and change the name of its class accordingly
right click>>run as>>junit test...
then copy the txt file generated in by the export and paste it in any java class created
change the package name and change the name of its class accordingly
right click>>run as>>junit test...
- hellojay
- Posts : 2
Join date : 2012-10-10
Re: Selenium RC
Wed Oct 10, 2012 10:06 pm
Hi Friend!
I am a new bee to Selenium & Java too.
Can you please help me "How to start & stop" the server for Selenium RC!!
Thank you.
best regards,
-J
I am a new bee to Selenium & Java too.
Can you please help me "How to start & stop" the server for Selenium RC!!
Thank you.
best regards,
-J
- sanjeetraviRegular Participant
- Posts : 27
Join date : 2012-07-10
Age : 34
Location : Delhi
Re: Selenium RC
Thu Oct 11, 2012 12:01 pm
hello
To start the selenium server you need to store selenium server first.
Suppose you have installed it in c directory with the folder name selenium...
>>Start command prompt
>>Go to c drive by executing the command "cd"
>>Cd selenium
>>Cd selenium-remote-control-1.0.3
>>Cd selenium-server-1.0.3
>>java-jar selenium-server.jar
These are the steps to start the selenium server.
To stop it just close the command prompt
To start the selenium server you need to store selenium server first.
Suppose you have installed it in c directory with the folder name selenium...
>>Start command prompt
>>Go to c drive by executing the command "cd"
>>Cd selenium
>>Cd selenium-remote-control-1.0.3
>>Cd selenium-server-1.0.3
>>java-jar selenium-server.jar
These are the steps to start the selenium server.
To stop it just close the command prompt
- hellojay
- Posts : 2
Join date : 2012-10-10
Thanks for the help ravi.. I got the following err when i try to start the server
Fri Oct 12, 2012 12:06 am
Thanks for the help Ravi..I got the following err when i try to start the server: (Failed to start: SocketListener0@0.0.0.0:4444) Can you please help!!!
E:\Documents and Settings\Pandu\My Documents\Downloads\selenium-remote-control-1.0.3\selenium-server-1.0.3>java -jar selenium-server-standalone-2.25.0.jar
11:55:30.999 WARN - Failed to start: SocketListener0@0.0.0.0:4444
Thank you'
E:\Documents and Settings\Pandu\My Documents\Downloads\selenium-remote-control-1.0.3\selenium-server-1.0.3>java -jar selenium-server-standalone-2.25.0.jar
11:55:30.999 WARN - Failed to start: SocketListener0@0.0.0.0:4444
Thank you'
- sanjeetraviRegular Participant
- Posts : 27
Join date : 2012-07-10
Age : 34
Location : Delhi
Re: Selenium RC
Fri Oct 12, 2012 1:16 pm
E:\Documents and Settings\Pandu\My
Documents\Downloads\selenium-remote-control-1.0.3\selenium-server-1.0.3>java
-jar selenium-server.jar
dnt use standalone server use this path..and also note that there is space between java and -jar...Hope it will help..
Documents\Downloads\selenium-remote-control-1.0.3\selenium-server-1.0.3>java
-jar selenium-server.jar
dnt use standalone server use this path..and also note that there is space between java and -jar...Hope it will help..
- ashish_techieAmateur
- Posts : 73
Join date : 2011-08-09
Re: Selenium RC
Wed Oct 31, 2012 1:12 am
Start - >
java -jar selenium-server.jar
cntrl+c to stop
Regards
Ashish
For selenium tutorials:
www.qtpselenium.com/selenium-tutorials
java -jar selenium-server.jar
cntrl+c to stop
Regards
Ashish
For selenium tutorials:
www.qtpselenium.com/selenium-tutorials
- Can Selenium do image comparison tests; support mobile browsers; and other FAQs about Selenium
- What is the use of Selenium Core and Selenium Test Manager ? (N-Unit Procedures in VS 2010)
- Creating detail log for selenium command execution (Selenium RC Java client)?
- [Help] Problem of running selenium Testcase[Java Junit] with Selenium RC
- Selenium IDE generated testcase script is not working in Selenium Webdriver
Permissions in this forum:
You cannot reply to topics in this forum