Quiz Question 1 of 8
Which of the following is NOT an advantage of writing unit tests?
Choose the correct answer below:
-
A
The output from unit tests is often easier to read and more informative than our manual debugging statements.
-
B
Unit tests fully replace the need for manually testing and debugging our code.
-
C
Unit tests are isolated from our running code base, so they don’t affect the performance or legibility of our code.
-
D
We can automate unit tests so they’re easier to run and check.