next up previous contents
Next: 5.6 Integration Test Reports Up: 5 Integration Testing Previous: 5.4 Procedure for Integration   Contents

5.5 Test Case Selection

For Integration Testing, the testing method used will be Black Box testing (see section 4.2, and hence test cases selected will be black box tests. This is because internal class structure is assumed to already have been tested (in Unit Testing), and also since Integration Testing is primarily concerned with data flowing across the interfaces.

The test cases selected will contain both valid and invalid data. These will be stored in directory src/test/sam/integration in the group's repository.