|
|
|
|
Process Development: System-Wide Testing |
| |
| |
In the System-Wide Testing phase, all of
the software components are tested together by the development team as one
complete software system.
System-Wide Testing is done in an
environment where the new software system is fully installed in the development
environment. The purpose of this testing is to ensure that all
components properly work together. This is different than the Unit
testing done in the Build & Test phase, where each component was tested by
itself in isolation, without interference by any other components of the same
system. Any cross-system errors are identified, and repaired.
|
|
|