| |
GeekInterview.com > Interview Questions > Testing > Testing Basics
| Print | |
Question: Minimum Requirement to start Testing
Answer: What is the minimum requirement to start testing? |
| June 06, 2009 02:58:19 |
#8 |
| shakilag |
Member Since: June 2009 Total Comments: 10 |
RE: Minimum Requirement to start Testing |
If the question points to when to start with test execution then the answer is when the agreed entry criteria mentioned in the test plan is met
The entry criteria can be:
1) The test plan/strategy document is approved and signed off. 2) The test cases/bed is approved. 3) All related documents are configured. i.e Configuration Management is in place. 4) Hardware/software/database environments are deployed. 5) Formal mail from dev/deployment is received with build notes. 6) All the defects found in unit/integration testing are fixed and incorporated in the build. 7) Test execution schedule is available. |
| |
Back To Question | |