ISTQB Certified Tester Foundation Level v4.0 — Question 76
Which TWO are the examples of entry criteria for system testing of a food order app? (Choose two.)
Answer options
- A. All functional tests for the payment process are automated
- B. A test basis describing the business rules for discounts is available
- C. All smoke tests of the registering and logging features passed
- D. The appropriate functional tests cover all use cases
- E. There are no critical and at most 3 major defects unresolved
Correct answer: C, E
Explanation
Option C is correct because passing all smoke tests indicates that the critical functionalities are working as expected, which is essential before proceeding with deeper testing. Option E is also correct since having no critical defects and a limited number of major defects ensures that the application is stable enough for thorough testing. The other options, while important, do not directly serve as entry criteria for system testing.