Next: 9.1 General Strategy
Up: Test Plan (TP) Rate
Previous: 8.1 Function Test Reports
  Contents
9 System Testing
During Unit and Integration Testing, the focus was on correctness of
code and catching bugs. During System Testing, however, the aim is to ensure
that the system, once fully integrated, meets the
standards and objectives that were initially specified in the SRS. System
Testing involves testing both the functional and non-functional requirements of
the system as set out in the SRS.
System Testing will be conducted on a weekly basis by the GUI tester (see
section 7). To perform System Testing, the tester must go
through the text file usecases.txt and ensure that SAM gives the
correct responses to the input.
The usecases.txt file is to be stored in the repository under
src/test/GUI.
Subsections