In the STLC, what factors determine the exit criteria of a testing phase?
- Customer feedback
- Number of test cases passed
- Personal judgment of testers
- Pre-defined set of conditions achieved
Exit criteria in the Software Testing Life Cycle (STLC) are a pre-defined set of conditions or metrics which must be achieved to conclude a testing phase. These conditions could include factors like achieving a certain percentage of test coverage, a limited number of high-severity defects remaining open, meeting performance benchmarks, etc. Having a clear exit criteria ensures that a testing phase achieves its intended quality objectives before moving to the next phase.
Loading...
Related Quiz
- _______ testing assesses the system's performance with an increasing number of users until reaching the system's threshold limit.
- Imagine you are automating tests for a mobile application with both Android and iOS versions. Which criteria will be most crucial when selecting a tool?
- How does user interface testing differ in web applications compared to mobile applications?
- In error guessing, testers often create a list of potential errors called _______. What is this list commonly known as?
- How does the "sandwich" approach of integration testing combine different methodologies?