ExamGecko
Home Home / Scrum / PSD
Question list
Search
Search

Question 90 - PSD discussion

Report
Export

What does code coverage show?

A.
The ratio of the number of tests to lines of code in the system being tested
Answers
A.
The ratio of the number of tests to lines of code in the system being tested
B.
The quality of unit tests being written
Answers
B.
The quality of unit tests being written
C.
Code being exercised by tests
Answers
C.
Code being exercised by tests
D.
The absence of defects in code
Answers
D.
The absence of defects in code
E.
When a feature is done
Answers
E.
When a feature is done
Suggested answer: C

Explanation:

The ratio answer is wrong, because it doesn't say anything about the number of tests to lines of code, but it does say the percentage of lines of code that is being tested. Hence, the correct answer is code being exercised by tests.

asked 23/09/2024
Carlos Cabezas
49 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first