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
rajareddy
Active particpant
Active particpant
Posts : 11
Join date : 2012-06-07

Where to download and how to install Selenium RC Empty Where to download and how to install Selenium RC

Mon Jun 11, 2012 12:40 pm
Hi

I am a fresher to Selenium.

I have installed Selenium IDE in my PC, but I am completely unable to install Selenium RC.

So can some one please help me explaining, from where to download Selenium Rc and what is the Step by Step procedure to install Selenium RC. Better provide me detailed steps please.................!

Thanks,
Raja Reddy
rohit13
rohit13
Master
Master
Posts : 180
Join date : 2012-03-29
Age : 38
Location : INDIA
http://radical-qa.blogspot.in/

Where to download and how to install Selenium RC Empty Re: Where to download and how to install Selenium RC

Mon Jun 11, 2012 1:59 pm
You can download Download version 2.23.1
from http://seleniumhq.org/download/
avatar
rajareddy
Active particpant
Active particpant
Posts : 11
Join date : 2012-06-07

Where to download and how to install Selenium RC Empty Where to download and how to install Selenium RC

Mon Jun 11, 2012 5:31 pm
Thank you so much............

Now I am able start like this.
Where to download and how to install Selenium RC 79wBAADguzE3KQAAADpJREFUILh1nUaj0Wg02jU2o67TaDQajUa73vagrqd+fUej0Wg0Gu2Y7YnHH2v59R2NRqPRaLRjtv8PN4zPJw1X1xcAAAAASUVORK5CYII=

Can you please help me, how to run the selenium ide test case in selenium rc.

I am a beginner and today is my first day with selenium. So can you please tell me in a detailed fashion like where can I run and how to run, please................
rohit13
rohit13
Master
Master
Posts : 180
Join date : 2012-03-29
Age : 38
Location : INDIA
http://radical-qa.blogspot.in/

Where to download and how to install Selenium RC Empty Re: Where to download and how to install Selenium RC

Mon Jun 11, 2012 5:46 pm
First create test suite in selenium IDE, and then use below command
Code:
java -jar selenium-server.jar -multiwindow -htmlSuite "*firefox" "http://www.google.com" "C:\Selenium Scripts\test_suite.html" "C:\Selenium Scripts\results.html"
C:\Selenium Scripts\test_suite.html - path of HTML suite
C:\Selenium Scripts\results.html  -  path of result file
*firefox - browser
http://www.google.com - base URL
Back to top
Permissions in this forum:
You cannot reply to topics in this forum