Your company is launching a product that requires rigorous regression testing for each release. What type of testing approach might you consider?

  • Ad-hoc Testing
  • Automated Regression Testing
  • Black Box Testing
  • Exploratory Testing
Regression testing ensures that previously developed and tested software still works after a change. Given the repeated nature of regression testing, Automated Regression Testing is a suitable approach as it can efficiently handle repetitive test cases.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *