During a project review, it's revealed that certain parts of the codebase have been overlooked during testing. Which white-box testing metric might help identify these areas?
- Cyclomatic Complexity
- Load Testing
- Reliability Testing
- Response Time
Cyclomatic Complexity is a white-box testing metric used to determine the complexity of a program. It calculates the number of linearly independent paths through a program's source code. A higher complexity score can indicate areas of the code that might be riskier or overlooked during testing, thus requiring more thorough testing.
Loading...
Related Quiz
- What challenges are most commonly faced when scaling up the number of automated test scripts in a suite?
- _______ testing is beneficial when there are frequent code changes, and immediate feedback on the changes is needed.
- A _______ Tester focuses on ensuring the usability and overall user experience of the application.
- Which of the following best describes "residual risk" in the context of risk assessment and mitigation?
- _______ is a popular Configuration Management tool that assists developers in tracking and controlling changes to the software.