SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ testing *re-executes a small subset of tests that have already been conducted
A
Smoke
B
Regression
C
Performance
D
execution
Explanation: 

Detailed explanation-1: -Retesting is done to check that the initial bug which was found and fixed is working as it should, while regression testing is used to sweep the application for defects that may have arisen from the change or other unknown residual bugs.

Detailed explanation-2: -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.

There is 1 question to complete.