Multiple choice technology testing

Testing of a candidate build to be deployed is done by performing

  1. Static test

  2. Dynamic test

  3. Smoke test

  4. None of these

Reveal answer Fill a bubble to check yourself
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.