Multiple choice technology testing

Functional testing and Regression Testing are done simultaneously

  1. True

  2. False

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

Functional testing and Regression testing are sequential, not simultaneous. Functional testing validates new features first. Once features pass functional tests, THEN regression testing ensures existing functionality remains intact. Running them simultaneously would waste resources - if functional tests fail, there's no point running regression until fixes are made.