Test Plan
The test strategy identifies multiple test levels, which are going to be performed for the project. Activities at each
level must be planned well in advance and it has to be formally documented. Based on the individual plans only, the individual test levels are carried out.
Entry means the entry point to that phase. For example, for unit testing, the coding must be complete and then only one can start unit testing. Task is the activity that is performed.
Validation is the way in which the progress and correctness and compliance are verified for that phase. Exit tells the completion criteria of that phase, after the
validation is done. For example, the exit criterion for unit testing is all unit test cases must pass.
|
|
| Unit Test Plan {UTP} |
Integration Test Plan |
| System Test Plan {STP} |
Acceptance Test Plan {ATP} |
|
|
|
| << back |