can any please let know how to create and execute the multiple threads on a Coded-UI TestMethod ?
My requirement is ,i must be able to execute the C# code in TestMethod on multiple browsers parallely when we click run in Microsoft Test Manager.We implemented a Keyword driven framework which executes all cases from a single TestMethod.
Thanks in Advance..