Tag Info

Hot answers tagged

2

I have figured out how to accomplish this and I will post it here since there has been alot of views of the question but no answer. In test manager select the Organize tab. Then select the Shared Steps Manager. Create a shared step and pace a parameter in it eg '@Locatiom' enter the url you wish to navigate to in the parameter at the bottom of the form and ...


1

The insertion of Thread.Sleep() is typically indicative of a race condition in your test and your test is running out of sync with the thing is it testing. One suggestion may be to insert a polling loop to wait for the redirect, or an event to indicate the redirect has happened. See http://www.testingmentor.com/imtesty/2012/06/11/sleepy-automated-tests/ ...


1

I use Microsoft Test Manager and find that I center my test plans around releases. It might be helpful to have a separate Regression Test Plan with suites set up by product area that can be updated as code updates and so new test cases can be added as new features are implemented in existing product areas (or new product areas are added). There is some ...


1

Microsoft Test Manager (MTM) in Visual Studio 2010 does not have this ability and I am not aware of any plugins/patches that allow this to happen. Unfortunately, it does not appear that MTM in Visual Studio 2012 will have this feature either - ...



Only top voted, non community-wiki answers of a minimum length are eligible