retagged by
7,427 views

3 Answers

Best answer
7 votes
7 votes

Answer : Maintenance testing 

The purpose of regression testing is to confirm that a  recent program or code change has not adversely affected existing features.

Regression testing is nothing but full or partial selection of already executed test cases which are re-executed to ensure existing functionalities work fine.

This testing is done to make sure that new code changes should not have side effects on the existing functionalities. It  ensures that old code still works once  the new code changes are done.

Need of Regression Testing

Regression Testing is required when there is a

Change in requirements and code is modified according to the requirement
New feature is added to the software
Defect fixing
Performance issue fix 

Reference : Regression Testing

selected by
1 votes
1 votes

Regression testing is the process of testing changes to computer programs to make sure that the older programming still works with the new changes.so it has to be related to     D )Maintenance testing 

1 votes
1 votes

ans is D

Regression testing is primarily a maintenance activity. The purpose of regression testing is to validate the modified software and detect whether the unmodified code is adversely affected existing features.

Answer:

Related questions

0 votes
0 votes
3 answers
2
0 votes
0 votes
1 answer
4