|
View previous topic :: View next topic |
| Author |
Message |
kathuria
Joined: 29 Aug 2007 Posts: 9
|
Posted: Mon Sep 10, 2007 12:27 pm Post subject: Integration Testing Steps ? |
|
|
What are Integration Testing Steps plz tell me by steps...?
Thnks in Advance... |
|
| Back to top |
|
|
|
prashar
Joined: 29 Aug 2007 Posts: 15
|
Posted: Mon Sep 10, 2007 12:29 pm Post subject: Integration Testing Steps |
|
|
Integration Testing typically involves the following Steps:
Step 1: Create a Test Plan
Step 2: Create Test Cases and Test Data
Step 3: If applicable create scripts to run test cases
Step 4: Once the components have been integrated execute the test cases
Step 5: Fix the bugs if any and re test the code
Step 6: Repeat the test cycle until the components have been successfully integrated |
|
| Back to top |
|
|
|
|