There are three methods of testing
(a) Black-Box Testing
(b) White-Box Testing
(a)Grey-Box Testing
(a) Black-Box Testing: If one performs testing only on the functional part of an application with ...
Victoria
Jan 13th, 2012
Test Methodology is
Define
Design
Develop
Test
Deploy
The purpose of regression testing is that any new change in the application should NOT introduce any new bug in existing functionality, because in Regression testing we check all the related modified functionality working fine or not.
Amit Pandey
Feb 16th, 2017
What will happen if regression testing is not done after defect fixing?
Retesting is done to confirm whether the failed test cases in the final execution are working fine or not after the issues have been fixed. The purpose of regression testing is that any new change in the application should NOT introduce any new bug in existing functionality.
prathyusha
Apr 10th, 2017
Retesting - Testing the same functionality with different input
Regression - If any critical issue is raised then we will be reporting to the developer he will fix the issue and give the bug and we w...
Ans