SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is an example of maintenance testing?
A
To test corrected defects during development of a new system.
B
To test enhancements to an existing operational system.
C
To handle complaints about system quality during user acceptance testing.
D
To integrate functions during the development of a new system.
Explanation: 

Detailed explanation-1: -Regression Testing is a type of testing that is done to verify that a code change in the software does not impact the existing functionality of the product. This is to ensure that the product works fine with new functionality, bug fixes or any changes to the existing feature.

Detailed explanation-2: -When any changes are made, maintenance testing should be performed to evaluate the success with which made the changes and to check for possible side-effects (e.g., regressions) in parts of the system that remain unchanged (which is usually most of the system).

There is 1 question to complete.