background image
<< Rational Quantify | Functional Testing >>
Developer testing tools
<< Rational Quantify | Functional Testing >>
Summary
119
Summary
For More Information
For more information about:
s
TestFactory.
Read Using Rational TestFactory and TestFactory Help.
s
Purify
, PureCoverage, and Quantify. Read Getting Started: Rational PurifyPlus,
Rational Purify, Rational PureCoverage, Rational Quantify.
Rational books are available on the Rational Solutions for Windows ­ Online
Documentation
CD-ROM, or online at
http://www.rational.com/documentation
.
For more information about TestFactory, Purify, PureCoverage, and Quantify, read
their respective Help systems.
What You Learned in This Chapter
In this chapter, you learned:
s
TestFactory automatically maps an application and generates best scripts (which
cover the most code in the least number of steps) and defect scripts (which
reproduce any errors that TestFactory finds).
s
Use TestFactory starting early in the development cycle to test for reliability and to
discover severe defects in your application.
s
Use test suites to organize test scripts and to run them automatically as a group.
s
Developer testing tools include Purify (finds run-time memory errors),
PureCoverage (detects testing coverage), and Quantify (identifies performance
bottlenecks).
What's Next
In the next chapter, you perform functional testing on the ClassicsCD.com
enhancement. You use Robot to create a script, include the script in an existing test
suite, run the test suite, and handle errors discovered by the tests.