After completing the development of a feature, you decide to run tests to ensure that your new code doesn't break existing functionality. What is this type of testing called?

  • Regression Testing
  • Performance Testing
  • Usability Testing
  • Smoke Testing
Running tests after developing a new feature to ensure that existing functionality remains unaffected is known as Regression Testing. It helps catch unintended side effects or bugs introduced by new code changes.
Add your answer
Loading...

Leave a comment

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