|
 
 
 
 
 
|
 
 
 
|
+1Test supports unit, integration, and regression testing. A unit test tests an
individual source code module. Integration testing tests a "build" (i.e., a
submodel) of the project. And regression testing runs all currently defined
test cases.
For each module being tested, a test case, test shell script, and the expected and actual results are used to generate the following test reports:
- Pass/Fail Report - shows whether all tests passed or one or more tests failed.
- Test Summary Report - shows for each test case whether it passed or failed.
- Test Results Report - shows for each test case whether it passed or failed,
and, if it did fail, shows the differences between the expected and
actual results.
Back To FAQ
|