Moderate

Which of the following is the way of ensuring that the tests are actually testing code ?

Correct answer: C. Code coverage

  • A. Control structure testing
  • B. Complex path testing
  • C. Code coverage
  • D. Quality assurance of software

Explanation

Code coverage measures which statements, branches, or paths are exercised by the test suite, showing whether the tests actually execute the code. It does not by itself prove that the tests are correct or find every defect.

Last updated

Practise Software Testing and Quality Assurance

181 free Software Testing and Quality Assurance MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions