I have a system made up of multiple sub systems. How would I test this system?
Sigiloso
First perform testing on each module and then integrate the modules in an incremental approach. Perform Integration Testing at each stage and then Regression Testing for modules that were previously integrated.