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
gchandrasekaran82
Regular Participant
Regular 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? Empty 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








A Suite of Selenese Tests
Google For SeleniumRC




Also tried for this as

My Test suite is not running in Selenium RC. Please let me know where i am going wrong? Empty 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.


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.
avatar
thumatiraja
Active particpant
Active particpant
Posts : 19
Join date : 2011-03-11
Age : 37
Location : Hyderabad

My Test suite is not running in Selenium RC. Please let me know where i am going wrong? Empty 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
Sponsored content

My Test suite is not running in Selenium RC. Please let me know where i am going wrong? Empty Re: My Test suite is not running in Selenium RC. Please let me know where i am going wrong?

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