文档介绍:Arnold V4 - 08/02/2007 10:24am Page v
Professional
Software Testing with
Visual Studio® 2005 Team System
ToolsforSoftwareDevelopers
andTestEngineers
Tom Arnold
Dominic Hopton
Andy Leonard
Mike Frost
Wiley Publishing, Inc.
Arnold V4 - 08/02/2007 10:23am Page ii
Arnold V4 - 08/02/2007 10:23am Page i
Professional Software Testing with
Visual Studio® 2005 Team System
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .xxiii
Chapter 1: Introduction to VSTEST and VSTESD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
Chapter 2: A Quick Tour of VSTEST and VSTESD . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
Chapter 3: Unit Testing with VSTEST and VSTESD . . . . . . . . . . . . . . . . . . . . . . . . . . 41
Chapter 4: Testing the Database . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
Chapter 5: Web Testing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125
Chapter 6: Using Manual, Ordered, and Generic Test Types . . . . . . . . . . . . . . . . 165
Chapter 7: Load Testing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 191
Chapter 8: Using Code Analysis and Dynamic Analysis. . . . . . . . . . . . . . . . . . . . . 243
Chapter 9: VSTEST and VSTESD within the Software Development
LifeCycle.....................................................273
Appendix A: Installing Team Explorer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305
Appendix B: Creating and Running a Web Test: A High-Level
Walk-Through ...............................................313
Appendix C: Creating and Running a Unit Test: A High-Level
Walk-Through ...............................................319
Appendix D: Creating and Running a Load Test: