What is Regression Testing?

Regression Testing is a testing of existing features of software to check whether that recent changes or adding new features are not adversely affected to the those existing features.

Regression Testing is need when,

  • Requirements are changed and code is modified according to the changes.
  • Adding new features to the application.
  • Defect fixing
  • software enhancement
  • Configuration changes
  • Substituting electronic component

Comments

Popular Posts