background image
<< SoDA automates software | TestFactory optimizes >>
Reliability Testing Tools
<< SoDA automates software | TestFactory optimizes >>
113
9
Reliability Testing
The ClassicsCD.com enhancement is implemented and testing has been planned. You
are now ready to test the enhancement. In this chapter, we discuss testing for
reliability.
Audience
This chapter applies to testers, developers, and other team members responsible for
reliability testing.
Reliability Testing Tools
This chapter describes the following automated testing tools:
s
Rational TestFactory.
Assists with testing by combining automatic test generation
with source-code coverage analysis. Tests an entire application, including all GUI
features and all lines of source code.
s
Rational Purify.
Pinpoints run-time errors and memory leaks in Visual C++
application code, and errors related to garbage-collection in Java application code.
s
Rational PureCoverage.
Identifies the parts of your Java, Visual C++, or Visual
Basic program that have and have not been exercised. Exposes testing gaps so you
can prevent untested application code from reaching your users.
s
Rational Quantify.
Profiles your Java, Visual C++, or Visual Basic application to
help you identify performance bottlenecks in your code.