Book Image

Software Testing with Visual Studio Team System 2008

By : N Satheesh Kumar, Subashni. S
Book Image

Software Testing with Visual Studio Team System 2008

By: N Satheesh Kumar, Subashni. S

Overview of this book

<p>We all know that software testing is the most important part of the Software development life cycle and the quality of the end product is mostly dependent on how well we test our products. But, testing is neither an easy process nor remotely exciting for all the developers.<br /><br />For testing your applications on the Microsoft platform, Visual Studio Team System 2008 offers you a range of powerful tools for different types of testing. This Microsoft product makes the testing process easier as well as more exciting, not boring anymore.<br /><br />This concise guide will lead you through the bewildering range of features offered by Visual Studio Team System 2008 to test your software applications before going live. It is packed with simple examples and screenshots to get you comfortable with the VS Team System 2008 testing environment.<br /><br />The book introduces you to the main types of testing available in VS Team System 2008 for both desktop and web applications, and then walks you through deploying, running, and interpreting the results of tests. If you've been testing applications in Visual Studio 2005, the book will show you how you can move this easily to Visual Studio 2008.<br /><br />You will learn about the Unit test, Manual test, Web test, Load test, Ordered test, and Generic test, and the support for them in VS Team System 2008. By the end of the book you will be using the tools to manage and run your tests, collect and analyze your test results, and improve the reliability of your software applications.<br /><br />Later, you will prepare reports to monitor the quality of your software applications, using the available reporting templates in Visual Studio 2008 Team system and Team Foundation Server.</p>
Table of Contents (15 chapters)
Software Testing with Visual Studio Team System 2008
Credits
About the Authors
Preface
10
Working with Test Results

TFS reports for testing


TFS has several built-in reports readily available for the selected process template. Some of these reports are specific to defects, and some are specific to testing while some others are common to work items.

Bugs

Bugs are the list of defects found during the test run or code compilation, or during the build, or an exception during the test. All these defects can be added as work items of type Bug to the team project under the TFS. There are different parameters to the work item such as the iteration, area, priority, triage, description, title, and other additional details for the defect. Every time the defect is modified, a history is maintained. The first time the defect is added, the status would be active. Whenever the defect is fixed, the developer can change the status to resolve so that the tester can test the defect in the next deployment of the application and change it to fixed. All these activities are tracked, and history is maintained in the SQL Server...