Multiple choice technology testing

The first system test is often known as

  1. Smoke test

  2. Regression test

  3. Module test

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Smoke test (or build verification test) is the first system test performed to verify basic functionality. It checks that critical features work before deeper testing. Regression testing is for detecting defects in modified code, not the first test.