Which of the following are disadvantages of capturing tests by recording the actions of a manual tester? i The script may be unstable when unexpected events occur. ii Data for a number of similar tests is automatically stored separately from the script. iii Expected results must be added to the captured script. iv The captured script documents the exact inputs entered by the tester. v When replaying a captured test, the tester may need to debug the script if it doesn’t play correctly.

  1. i, iii, iv, v.

  2. ii, iv and v.

  3. i, ii and iv.

  4. i and v.


Correct Option: B

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) i, iii, iv, v - This option is incorrect because it includes option iii, which is not a disadvantage of capturing tests by recording the actions of a manual tester. Option iii states that expected results must be added to the captured script, which is not a disadvantage but rather a necessary step in creating a test script.

Option B) ii, iv, and v - This option is correct because it includes the correct disadvantages of capturing tests by recording the actions of a manual tester. Option ii states that data for a number of similar tests is automatically stored separately from the script, which can be a disadvantage as it may lead to difficulties in managing and maintaining the test data. Option iv states that the captured script documents the exact inputs entered by the tester, which can be a disadvantage as it may make the script less maintainable and reusable. Option v states that when replaying a captured test, the tester may need to debug the script if it doesn't play correctly, which is a common issue with recorded tests.

Option C) i, ii, and iv - This option is incorrect because it does not include all the correct disadvantages of capturing tests by recording the actions of a manual tester. It is missing option v, which states that the tester may need to debug the script when replaying a captured test.

Option D) i and v - This option is incorrect because it only includes two of the correct disadvantages. It is missing option iv, which states that the captured script documents the exact inputs entered by the tester.

The correct answer is B. This option includes the correct disadvantages of capturing tests by recording the actions of a manual tester: ii, iv, and v.

Find more quizzes: