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

Smoke testing is the correct approach - it quickly verifies that the most critical functions of a build work before full deployment. Static testing examines code without execution, while dynamic testing involves running the code.