SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A fault fix doesn’t cause side effect endured by-
A
Re testing
B
Regression testing
C
Functional testing
D
Unit testing
Explanation: 

Detailed explanation-1: -The main difference is that regression testing is designed to test for bugs you don’t expect to be there. Retesting is designed to test for bugs you do expect to be there.

Detailed explanation-2: -Regression Testing is a Software Testing type in which test cases are re-executed in order to check whether the previous functionality of the application is working fine and the new changes have not introduced any new bugs.

There is 1 question to complete.