This launches in IE, even though I recorded the test in Chrome.
ArtOfTest.Runner.exe test="C:\Temp\testStudio\TestProject7\WebTest.tstest" serverPublish=true notifyOption=1
I also tried platform="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
Any suggestions?
ArtOfTest.Runner.exe test="C:\Temp\testStudio\TestProject7\WebTest.tstest" serverPublish=true notifyOption=1
I also tried platform="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
Any suggestions?
4 Answers, 1 is accepted
0
Daniel
Top achievements
Rank 2
answered on 24 Jan 2014, 04:45 PM
Playback is controlled by settings.
Command Line options for ArtOfTest.Runner.exe http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/command-line-test-execution/artoftestrunner.aspx (You will need to add a settings="location of .config file"
Creating the config/settings file, including telling it which browser to use: http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/write-tests-in-code/intermediate-topics/settings-and-configuration/using-application-config-file.aspx
I've used this method successfully.
Command Line options for ArtOfTest.Runner.exe http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/command-line-test-execution/artoftestrunner.aspx (You will need to add a settings="location of .config file"
Creating the config/settings file, including telling it which browser to use: http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/write-tests-in-code/intermediate-topics/settings-and-configuration/using-application-config-file.aspx
I've used this method successfully.
0
Hello Weston,
Please let us know if you need further help.
Regards,
Boyan Boev
Telerik
Please let us know if you need further help.
Regards,
Boyan Boev
Telerik
0
Weston
Top achievements
Rank 1
answered on 24 Jan 2014, 05:14 PM
Thank you for your help. It is working now.
I did the following:
1. set the windows path variable to chrome
2. right clicked on the test in the Project tab of test studio to get a properties popup and set the browser type.
I did the following:
1. set the windows path variable to chrome
2. right clicked on the test in the Project tab of test studio to get a properties popup and set the browser type.
0
Hi Weston,
I am glad you have resolved the issue.
If you need additional help, please do not hesitate to contact us.
Regards,
Boyan Boev
Telerik
I am glad you have resolved the issue.
If you need additional help, please do not hesitate to contact us.
Regards,
Boyan Boev
Telerik