CoDepth Quiz

12345
Across
  1. 2. _____ coverage is used to determine how well the test cases cover the software requirements.
  2. 4. ______ is a measure which describes the degree of which the source code of the program has been tested.
  3. 5. Test coverage is especially useful in ______ and eliminating test cases that don’t make much sense in the current project.
Down
  1. 1. ______ is defined as a metric in Software Testing that measures the amount of testing performed by a set of test.
  2. 2. With fewer defects at production stages and lesser user acceptance testing defects, test coverage can have a significant impact on the ____
  3. 3. ______ is a way to accelerate test cycles by running only the tests that matter for source code changes.