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

Paralleled mouse behaviors simulation

3 Answers 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Minwei
Top achievements
Rank 1
Minwei asked on 05 May 2011, 08:24 AM
I am using Visual Studio Mstest to execute the Silverlight test cases with WebAii Testing Framework.

The test cases work well for single-thread execution, which means executing test cases one by one. And the "Mouse.Click" method can simulate mouse behaviors in browser perfectly.

But if I execute multiple test cases in parallel, in this situation multiple browsers will be started for each test case at same time. Then only the first activated browser can accept the Mouse.Click behavior, other test cases all failed due to browser can't receive the mouse click behavior - they are all behind the top activated browser.

My question is, is there any solution can handle the test cases execution in parallel, so that different browsers can accept corresponding mouse/keyboard behaviors.

Thanks in advance for your help.

3 Answers, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 05 May 2011, 03:52 PM
Hi Minwei,

Not easily, but it is possible. First refer to this documentation. I also must warn you that the Testing Framework is NOT multi-thread safe.

Kind regards,
Cody
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
Minwei
Top achievements
Rank 1
answered on 06 May 2011, 03:27 AM
Hi Cody,

Thanks for the quick response, I'll check your link to find some solution then.

Btw, will telerik team have the plan to support multi-thread? 

Thanks,
Minwei
0
Cody
Telerik team
answered on 06 May 2011, 04:24 PM
Hi Minwei,

Regarding multi-threading support, all I can say for certain is that it is not included in our road map for the next year. The future of Test Studio hasn't been clearly defined beyond that.

Regards,
Cody
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
Tags
General Discussions
Asked by
Minwei
Top achievements
Rank 1
Answers by
Cody
Telerik team
Minwei
Top achievements
Rank 1
Share this question
or