What is Application entry and exit criteria
Answer Posted / dinesh
Neena is almost correct but few more major things need to
be ensures before Entry and Exit criterias.
Entry criteria should meet the following;
1)Unit testing and DIT(Developer Integration testing)
should be completed by development team and all the unit
and DIT test cases should have passed and the Unit test
report to be shared to testing team.
2)Test Turnover document should be shared by development
team.
3)SIT(System/software integration Testing)Test cases are
completed and the same is reviewed by all the stake holders
and approved.
4)All the issues that has been raised during the Unit and
DIT testing are reported in Bug trackin tool and are
addressed.
5)Application should pass, smoke and sanity testing.
6)before every consecutive loops after loop1(i.e loop2,
loop3... etc)impact analysis document should be shared by
the development team to testing team, to identify the error
prone areas after the fix is done for a bug(it helps
testing team to do regression)
6)All the above said documents and the application should
be checked-in in CFM tool.
Exit Criteria:
1)All the issues are tracked in defect tracking tool.
2)All significant defects are closed. If any exists, should
be acceptable.
3)All the test cases are executed.
4)Test artifacts updated to include test results, and put
under configuration management.
5)Voice of the tester.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what should be analyzed in laod testing?
What is the purpose of a test completion criterion?
What is the most critical component in SAN?
Explain installation testing?
What is boundary value?
What test plans consists of?
What is data flow analysis?
Explain quality control?
What is typically the most important reason to use risk to drive testing efforts?
An input field takes the year of birth between 1900 and 2004 what the boundary values for testing this field are?
tell some examples for driver and stub?
What is peer reviews?
What is exhaustive testing?
What are the maximum no. of devices supported in SCS-1,2 and 3?
What is fuzz testing and when it is used?