Multiple choice technology programming languages

Which of the following is tested when all the test units are run using testdrv -p

  1. Code Logic

  2. Code Coverage

  3. Memory leaks

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Running testdrv -p executes a full diagnostic check on test units, verifying the code logic, measuring overall code coverage, and identifying potential memory leaks. Because the testing framework validates all three criteria during this parameter execution, selecting all of the above is the correct choice.