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
saint_angerrr
Posts : 9
Join date : 2010-05-29

cross browser testing Empty cross browser testing

Thu Jun 10, 2010 10:52 pm
hi all.....how to do cross browser testing with selenium scripts...i have tried doing this
java -jar selenium-server.jar -htmlSuite browser website html_test_suite results_locationand it is not working for me...i dont know for what reason....can any1 help n tell me where n wat i am doing wrong ? ....n alsso please if there is any other way of doing cross browser testing?
thanks.....
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

cross browser testing Empty Re: cross browser testing

Fri Jun 11, 2010 12:16 pm
hi,

use command like this :

java -jar selenium-server.jar -multiwindow -htmlsuite "*iexplore", "http://192.168.2.183:8080/triarco_qa","C:\TRIARCO\Selenium_Automation_Scripts\Triarco_test_suite.html","C:\TRIARCO\Selenium_Automation_Scripts"

you can use the following browser:
*firefox
*chrome
*iexplore
*iehta

Best of luck.

Bye
avatar
saint_angerrr
Posts : 9
Join date : 2010-05-29

cross browser testing Empty Re: cross browser testing

Sat Jun 12, 2010 12:22 am
[img]cross browser testing 110[/img]
[img]cross browser testing 210[/img]
[img]cross browser testing 310[/img]

plz look at this...and tell me where n wat is wrong i am doing.......do i have to create a testresult html file to save the result before? or it generates it itself?............plz help is needed....i appreciate ur reply Smile
avatar
toydtv
Posts : 2
Join date : 2010-07-05

cross browser testing Empty Batch File - Remove commas ,

Mon Jul 05, 2010 10:58 pm
1.1 Make sure HTML suite file(and folders) titled "c:\sel\login.html" exist in the location specified.
1. Remove the commas - my batch scripts run with the commas
2.Change the same of last Login.html to "c:\sel\resultsl\Login.html"

java -jar selenium-server.jar -htmlSuite "*firefox" "http://johnsmith/flt-staging.com" "c:\selenium\login.html" "c:\sel\resultsLogin.html"

Good luck to you Smile
Hope you are able to run scripts successfully!
avatar
toydtv
Posts : 2
Join date : 2010-07-05

cross browser testing Empty Re: cross browser testing

Mon Jul 05, 2010 11:00 pm
my batch scripts run with out the commas.
In answer to your question regarding
{....do i have to create a testresult html file to save the result
before? or it generates it itself?.}
No, you do not have to create the Results file
Selenium RC will create the Results file and if run with same name will overwrite/update the results file with most recent run results.

Good Luck!
avatar
d@06
Posts : 1
Join date : 2012-02-07

cross browser testing Empty Re: cross browser testing

Wed Feb 08, 2012 2:18 pm
Hi,
im very new to selenium and im using IDE. what are the steps i have to do for cross browser testing? anyone plz help me... Crying or Very sad
Sponsored content

cross browser testing Empty Re: cross browser testing

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