- gchandrasekaran82Regular Participant
- Posts : 33
Join date : 2011-02-16
My Test suite is not running in Selenium RC. Please let me know where i am going wrong?
Fri Mar 11, 2011 4:37 pm
I copied google_for_selenium_rc.htm (which really wanted to execute) into c:\ide_scripts
I am running the below comment.
java -jar selenium-server.jar -htmlSuite "*googlechrome" "http://www.google.com" "c:\ide_scripts\suite.htm" "c:\ide_scripts\result.htm"
But it is not playing the script... Please help where i am going wrong?
My suite script is:
My Test Suite
Also tried for this as
I am running the below comment.
java -jar selenium-server.jar -htmlSuite "*googlechrome" "http://www.google.com" "c:\ide_scripts\suite.htm" "c:\ide_scripts\result.htm"
But it is not playing the script... Please help where i am going wrong?
My suite script is:
A Suite of Selenese Tests |
Google For SeleniumRC |
Also tried for this as
Re: My Test suite is not running in Selenium RC. Please let me know where i am going wrong?
Mon Mar 14, 2011 7:26 pm
Hi,
I think you are giving wrong browser options , try with *chrome or *iehta and then see will it work or not.
Try the above solution and let's see will it work or not.
Best of luck.
I think you are giving wrong browser options , try with *chrome or *iehta and then see will it work or not.
- Code:
java -jar selenium-server.jar -htmlSuite "*firefox" "http://www.google.com" "C:\mytestsuite\mytestsuite.html" "C:\mytestsuite\results.html"
Try the above solution and let's see will it work or not.
Best of luck.
- thumatirajaActive particpant
- Posts : 19
Join date : 2011-03-11
Age : 38
Location : Hyderabad
Re: My Test suite is not running in Selenium RC. Please let me know where i am going wrong?
Mon Mar 14, 2011 7:31 pm
if suppose if you want open your script in firefox then you write "*firefox" or if you want open in I.E. then you write
"iexploreproxy"
thanks
raja
"iexploreproxy"
thanks
raja
- Sponsored content
Permissions in this forum:
You cannot reply to topics in this forum