Thursday, June 23, 2016

Regression Testing



  • Regression testing is a black box testing technique.
  • Re-executing the tests that are impacted by the code changes.
  • Regression testing make sure that the older programming still works with the new changes.
  • Tools: selenium can be use for browser based regression testing

No comments:

Post a Comment