I find WebUI test studio is a great tool to test Silverlight. I have the following question.
When I record the Silverlight apps, generate c# and run the test case, test cases will open IE, simulate users to use the mouse to click the website. It means I can’t use my mouse to do anything until the test cases finish running.
I know I can find another machine to run my tests. I know VSTS 2010 web tests (coded web tests) just run the tests without opening the browser. Can we just run the tests without opening the browser and without letting the mouse move automatically? Because if control the mouse, the tests can't move on. :)
Thanks,
Ray