Multiple choice

Which of these testing methods is employed to verify that a fixed bug has not resulted in another functionality or business rule violation?

  1. Unit testing

  2. Beta testing

  3. Regression testing

  4. Integration testing

  5. Load testing

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

To verify that a fixed bug has not  resulted in another functionality or business rule violation Regression testing is used. The intent of Regression testing is to ensure that a change, such as a bug fix did not result in another fault being uncovered in the application.