Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
arifm
Active particpant
Active particpant
Posts : 12
Join date : 2012-08-08

Selenium RC Empty 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.
sanjeetravi
sanjeetravi
Regular Participant
Regular Participant
Posts : 27
Join date : 2012-07-10
Age : 33
Location : Delhi

Selenium RC Empty 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...
avatar
hellojay
Posts : 2
Join date : 2012-10-10

Selenium RC Empty 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
sanjeetravi
sanjeetravi
Regular Participant
Regular Participant
Posts : 27
Join date : 2012-07-10
Age : 33
Location : Delhi

Selenium RC Empty 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
avatar
hellojay
Posts : 2
Join date : 2012-10-10

Selenium RC Empty 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'
sanjeetravi
sanjeetravi
Regular Participant
Regular Participant
Posts : 27
Join date : 2012-07-10
Age : 33
Location : Delhi

Selenium RC Empty 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..
avatar
ashish_techie
Amateur
Amateur
Posts : 73
Join date : 2011-08-09

Selenium RC Empty Re: Selenium RC

Wed Oct 31, 2012 1:12 am
Start - >
java -jar selenium-server.jar

cntrl+c to stop Smile

Regards
Ashish

For selenium tutorials:
www.qtpselenium.com/selenium-tutorials
Sponsored content

Selenium RC Empty Re: Selenium RC

Back to top
Permissions in this forum:
You cannot reply to topics in this forum