next up previous contents
Next: 1.7 Automated Testing Script Up: 1 Introduction Previous: 1.5 Overview of testing   Contents

1.6 Overall Test Report

Test cases are to be stored under CVS in the directory src/test, so that tests will be checked out along with source code.
An overall test report will be stored in CVS under src/test. This report will be named testprog.txt. The test report will list all the different unit, integration and system tests and their status (such as: Not yet written, Not yet run, Not yet passed, Passed). When a new test is written, it is the responsibility of the author of the test to update the test report. When the status of a test changes (such as when a piece of code passes a test case it previously did not pass), it is the responsibility of the author of the code that has changed to update the test report file.