cross browser testing
Page 1 of 1 • Share •
cross browser testing
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.....
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.....
saint_angerrr- Posts: 9
Join date: 2010-05-28
Re: cross browser testing
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
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
Re: cross browser testing
[img]
[/img]
[img]
[/img]
[img]
[/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
[/img][img]
[/img][img]
[/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
saint_angerrr- Posts: 9
Join date: 2010-05-28
Batch File - Remove commas ,
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
Hope you are able to run scripts successfully!
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
Hope you are able to run scripts successfully!
toydtv- Posts: 2
Join date: 2010-07-05
Re: cross browser testing
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!
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!
toydtv- Posts: 2
Join date: 2010-07-05
Re: cross browser testing
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...
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...
d@06- Posts: 1
Join date: 2012-02-07
Similar topics» Golden cross MOVING AVERAGE
» cross browser testing
» Warning -> Failed to start: SocketListener , while performing Cross Browser Testing
» Multi browser testing JAVA
» Aligning text with CSS
» cross browser testing
» Warning -> Failed to start: SocketListener , while performing Cross Browser Testing
» Multi browser testing JAVA
» Aligning text with CSS
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case