Today's Updates:

Showing posts with label retesting. Show all posts
Showing posts with label retesting. Show all posts

Thursday, May 15, 2014

Regression testing and Retesting in software testing

Regression Testing
  • It is type of testing carried out to ensure that changes made in the fixes or any enhancement changes are not impacting the previously working functionality.
  • It is executed after enhancement or defect fixes in the software or its environment. It can be difficult to determine how much re-testing is needed, especially near the end of the development cycle.
  • Every time after making changing in the existing working code, a suite of test case have to executed to ensure that changes are not breaking working features and not introduced any bugs in the software. It is essential to prepare such test suite & executed on every newer version of software. Also to automate the regression testing this test suite will help to create an automated testing script.
Related Posts Plugin for WordPress, Blogger...