The first system test is often known as
-
Smoke test
-
Regression test
-
Module test
-
None of the above
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.