In white-box testing, what does the term "coverage" typically refer to?
- Amount of code executed
- Number of defects found
- Number of test cases executed
- Test duration
In white-box testing, "coverage" refers to the amount or percentage of the codebase that has been tested. It provides an objective measure to ensure that most, if not all, paths, branches, statements, and conditions in the code have been exercised.
Loading...
Related Quiz
- Considering the advanced features and integrations, which tool would be best suited for continuous integration and testing in a DevOps environment?
- For Continuous Integration to be effective, what should developers frequently do with their code?
- A(n) _______ is a formal type of review where the reviewers are selected based on their expertise, and the process is well-defined.
- Why is it beneficial to have a mix of manual and automated testing in a project?
- Automated testing can be especially useful for _______ tests that have to be executed frequently.