InterviewSolution
Saved Bookmarks
| 1. |
What does an exit criteria do?(a) Define when to remove control(b) Defines the level of a test(c) Defines which test to not test(d) Defines when a test level is completedThe question was asked in examination.My doubt stems from Stress Testing in chapter Software Testing Principles of JUnit |
|
Answer» CORRECT option is (d) Defines when a test level is COMPLETED To EXPLAIN I would say: An exit criteria is USED to DENOTE that a particular test level is completed. |
|