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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *