Quiz on Unit Testing Skills
Take a short quiz to test your understanding of unit testing concepts.
Technical Quiz
1.
(Select all that apply.) Why do test failures can occur? Multi-select
A.
Multiple tests are performed in a single describe
.
B.
Bad input is provided to the test.
C.
The code under test is broken.
D.
Multiple tests are performed on a single feature of the application.
1 / 4