SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
If an expected result is not specified then:
A
We cannot run the test
B
It may be difficult to repeat the test
C
It may be difficult to determine if the test has passed or failed
D
We cannot automate the user inputs
Explanation: 

Detailed explanation-1: -It may be difficult to determine if the test has passed or failed. Expected Result is the component of the test cases, it is the predefined value of the output. It is used to identify the test cases are pass or fail on the basis of comparing actual results with the expected result. Therefore, Option C is correct.

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

Detailed explanation-3: -Answer» D. the test gives intermittent results and impossible to test manually.

Detailed explanation-4: -No Environment Limitations. Programming Knowledge is not required. Recommendable for Dynamically changing GUI designs. Recommendable for Usability Testing. Manual testing allows for human observation, which may be more useful to find potential defects. More items •31-Jul-2021

There is 1 question to complete.