May 2013
Beginner to intermediate
404 pages
9h 23m
English
CHAPTER 20
![]()
Test Management
In Chapter 19 we looked at testing using the TF Service and the Web Test Manager. Intentionally we wanted to show how to get started with testing in an agile, lightweight way. This chapter will explain how we can evolve our testing process into more structured testing, meaning we will create test plans for various purposes, use test suites to organize the test cases, and design test cases with all of the details needed for easy use by any tester.
With test plans and test cases in place, we will run tests and use the different tools to capture rich data from the test sessions, something that will be of huge help when ...