• Develop unit test plans using product specifications
• Develop integration test plans using product specifications
• Unit Testing
| |
- Test component modules to product specifications
- Identify anomalies to product specifications
- Modify code
- Re-test modified code
- Unit testing complete |
• Integration Testing
| |
- Test module integration
- Modify code
- Re-test modified code
- Integration testing complete |
• Stress Testing
• Fixing and Verification
• Audit Review
|