Testing of a candidate build to be deployed is done by performing
-
Static test
-
Dynamic test
-
Smoke test
-
None of these
C
Correct answer
Explanation
A smoke test is specifically performed on a new or candidate build to verify that its crucial functions work and that the build is stable enough to proceed with further, more detailed testing. Static and dynamic tests are broader categories, not the specific initial build verification test.