Activities of each Phase(2/2)
- Incremental Software Construction@Selecting a subset of the system to be constructed for each increment. The subset is determined by choosing the use cases to be Included in this increment. Incremental software construction consists of the detailed design, coding, and unit testing of the classes in the subset.
- Incremental Software Integration the integration testing of each increment is performed. Integration test cases are developed for each use case. Interfaces between the objects that participates in each use case are tested.
- System Testing testing the system against Its functional requirements.