SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is failure?
A
Deviation from expected result to actual result visible to end user
B
Defect in the software
C
Error in the program code
D
Fault in the system
Explanation: 

Detailed explanation-1: -A deviation from the specified or expected behavior that is visible to end users is called an error.

Detailed explanation-2: -Dynamic testing shows failures caused by defects. Debugging finds, analyzes, and removes the causes of failures in the software.

Detailed explanation-3: -Expected Result is an ideal result that the tester should get after the test case is performed. It’s usually documented together with the test case. It’s usually compared with actual result, and if the actual result differs from the expected one, the difference is documented and called a bug.

There is 1 question to complete.