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.