-
Assertions in Coded UI
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 …
-
Coded UI automation for web applications using Record and Playback approach.
First, What is Coded UI? Coded UI (also called CUIT) is an automation testing tool provided by Microsoft technologies which helps in creating automated tests. The Coded UI tests help us verify the whole application such as User Interface and their functioning properties. Coded UI tests are more helpful when there are validations and logical…
-
Load testing using Visual Studio – 2013
Load testing using Visual Studio – 2013 To run load test, we first have to create web-performance test. Let us now look how to create web-performance test and how to perform load test on web-performance test. Tester should make sure that all regression tests are completed and system is stable before proceeding to load…
-
End to End Testing Using Visual Studio 2010. (Power of Visual Studio-Ultimate for Testing. )
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…