This is a migrated thread and some comments may be shown as answers.

Running the tests in different browsers

2 Answers 101 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Cheluvambike
Top achievements
Rank 1
Cheluvambike asked on 26 Apr 2011, 07:58 AM
Hi,

Is it possible to run/execute  the same tests on all the browsers(IE, Mozilla, Chrome) at the same time.
Ex: Run the test1 on IE, Mozilla and Chorme at a same time.

If yes, how can we perform this?

Regards,
Cheluvambike

2 Answers, 1 is accepted

Sort by
0
Dobry Zranchev
Telerik team
answered on 28 Apr 2011, 05:39 PM
Hi Cheluvambike,

Thank you for writing.

I am sorry but It is not possible to run all the browsers together to execute the same test. Each browser should handle the mouse control. But if you are asking how to execute your tests in all the browsers one by one there is a way to accomplish that.

1) Within Visual Studio create multiple .testsettings files (or .testrunconfig files for VS 2008). You will want one file per browser you want to test.
2) Go to the WebAii Settings tab within the .testsettings dialog.
3) Change the Default Browser to whatever you want for that particular .testsettings file (see attached screenshot).
4) When you execute your test make sure that file is the active test settings file. (see attached screenshot).
5) When using MSTest to execute tests from the command line, specify which .testsettings file to use with the /testsettings:[file name] command line switch.

Feel free to write us, if you have additional questions.

Best wishes,
Dobry Zranchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Cheluvambike
Top achievements
Rank 1
answered on 29 Apr 2011, 12:34 PM
Hi Dobry Zranchev,
 
Thanks for the Answers

Regards,
Cheluvambike
Tags
General Discussions
Asked by
Cheluvambike
Top achievements
Rank 1
Answers by
Dobry Zranchev
Telerik team
Cheluvambike
Top achievements
Rank 1
Share this question
or