What is the best time to perform regression testing?

Click for: original source

When does regression occur in a software product? Whenever there is any change in the application code. Application or software development is not complete without adding new features or changing its existing code. By Geosley Andrades.

Regression testing is a form of software testing that checks if any code change or a new feature has introduced any new software regressions. This testing approach can confirm if the product is working as before with the new features and bug fixes.

The content of the article covers:

  • What is regression testing?
  • When to perform regression testing?
    • When a new feature is introduced in the product
    • After fixing a software bug
    • When integrating with an external system
    • Following a major business change
  • How to perform software regression testing

The emergence of QA automation is facilitating application development companies to improve software testing quality. Automation can make regression testing easier to execute. Besides the speed, automated testing can improve product quality. Nice one!

[Read More]

Tags tdd web-development app-development miscellaneous