SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Test execution has which of the following major tasks?I. Analyze the anomalies in order to establish their likely causesII. Report defects based on the failures observedIII. Execute the tests either manually or by using an automated test execution tool, according to the planned sequenceIV. Check whether all defect reports are closed
A
I, II, III are true and IV is false
B
I, III, IV are true and II is false
C
I, II are true and III, IV are false
D
II, III, IV are true and I is false
Explanation: 

Detailed explanation-1: -Test Execution consists of three phases: the creation of test strategy and cases, execution of test cases, and validation of test results.

Detailed explanation-2: -Test execution is the process of executing the code and comparing the expected and actual results. Following factors are to be considered for a test execution process: Based on a risk, select a subset of test suite to be executed for this cycle. Assign the test cases in each test suite to testers for execution.

There is 1 question to complete.