As more software projects adopt a continuous delivery cycle, testing threatens to be the bottleneck in the process. Agile development frequently revisits each part of the source code, but every change requires a re-test of the product. While the skills of the manual tester are vital, purely manual testing can't keep up. Visual Studio 2012 provides many features that remove roadblocks in the testing and debugging process and also help speed up and automate retesting. This guide shows you how to record and play back manual tests to reproduce bugs and verify the fixes, transform manual tests...
As more software projects adopt a continuous delivery cycle, testing threatens to be the bottleneck in the process. Agile development frequently revis...