Visual Studio 2008 Team system test Edition: This Article explains how to create a web test from a browser recording and verify that it works properly. Using VSTS (Visual Studio 2008 Team System) we can play back actions when User runs the test. To complete this Testing we need 'Test Edition' and the Application which we need to test. Recording and Running a Web Test: For recording & running web test we need to create Test Project first. Creating a New Test Project:
Recording a Web Test:
Running the Web Test: At the top of the Login.webtest tab is a green arrow button. Click the button to run the web test. The test starts to run, and a Web Test Viewer displays each request in the test. You would be able to see either a green check mark or a red cross to the left of the request. A red X indicates that the request failed, and green check mark indicates that the request Passed.
Creating, Recording & Running Web Project using Visual Studio 2008 Team System Test Edition
Defect Tracking and Reporting
Thnaks
very nice article on Creating, Recording & Running Web Project
Hi divya, Thanx for posting such a helpful article.It is quite easy to understand and helped me to learn the process but could you please explain it more. like where we can use this test editions and after recording and running web project how can we find the bugs or log the bugs. so please help me to learn this process more. so that i can use it properly. i am waiting for your reply. Thanks & Regards, Neelam Joshi
Hi divya This is a simple article to learn for beginners. Keep it up. Thanks.