In white-box testing, the technique that tests paths between pairs of procedural statements is known as _______.
- Condition Testing
- Loop Testing
- Path Testing
- Statement Testing
"Path Testing" is a type of white-box testing technique where the tester identifies all possible paths between pairs of procedural statements and then tests each path. It ensures that all paths in a unit are tested at least once.
Loading...
Related Quiz
- Which global standard provides guidelines for web accessibility?
- In white-box testing, what does the term "coverage" typically refer to?
- In white-box testing, what is primarily analyzed to design the test cases?
- Large and complex test suites often require _______ strategies to determine which tests to run in different situations.
- What is the primary purpose of Configuration Management in software development?