Testing software components
- Component testing overview
Component testing provides a unique, fully automated, and proven solution for applications written in C/C ++, dramatically increasing test productivity. - Test assets overview
Rational® Test RealTime several types of assets, which each describe different levels of the test environment. - Creating test projects
In IBM® Rational Test RealTime, projects are similar to C/C++ projects, but contain extra folders and a specific toolchain for component testing and runtime analysis. - Creating test harnesses from the call graph
The call graph provides a visual diagram that helps you select the functions that require testing in your project. You can use this diagram to create a test harness that contains a test case, stubs, and other test assets required to run the test. - Test cases
- Test harnesses
- Test suites
- Running a test
- Test configurations
- Testing with PTU test scripts
You can add and execute component testing .ptu test scripts in Rational Test RealTime for Eclipse IDE. - Stubbing functions
Feedback