Let us discuss how to add assertions in coded UI. Assertions are checkpoints/benchmarks to UI controls and are used to verify the expected results of UI controls in Coded UI testing.Following are some of the assertions that are available in Coded UI. AreEqual AreNotEqual Contains Matches DoesNotMatch StartsWith EndsWith IsNull IsNotNull...
Read More
Scenario:Usage of Manual Test case(MTM) to perform the Load Test using Visual Studio 2010.We call it as End-To-End Testing using Visual Studio 2010.Tools Used : Visual Studio 2010, TFS 2010, Microsoft Test manager 2010.Lets get into how to do End-To-End Testing using Visual Studio 2010: Step 1: Writing a Test case in MTM. I have added few Test Steps as well.Step 2 : Executing the Test case. Click on Run. Now, you can perform the actions mention in the MTM. Here MTM would capture the actions...
Read More