- rajareddyActive particpant
- Posts : 11
Join date : 2012-06-07
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
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
- rajareddyActive particpant
- Posts : 11
Join date : 2012-06-07
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.
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................
Now I am able start like this.
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................
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
Permissions in this forum:
You cannot reply to topics in this forum