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
Smoke testing is the standard practice for testing a candidate build before deployment. A smoke test verifies that the most critical functions work - it's a quick sanity check to ensure the build isn't completely broken. Static testing analyzes code without running it, dynamic testing involves detailed runtime analysis, but smoke tests are the standard for deployment validation.