Exam CT-TAE All QuestionsBrowse all questions from this exam
Question 29

What represents good practice when automating a manual regression test suite?

    Correct Answer: A

    Good practice when automating a manual regression test suite includes ensuring that test data shared between tests should, where feasible, be stored and accessed from a single source to avoid duplication or introduction of error. This helps maintain data consistency and reduces the chances of errors due to data mismatches, which can result from duplicated data stored in multiple locations.

Discussion
WokawokaeeeOption: A

should be A, i don't find nothing for when to perform test on sylabus.

zaazoozeba28Option: A

However, in an automated test, data which is shared should—where possible and feasible—be stored and accessed from a single source to avoid duplication, or introduction of errors.

[Removed]Option: A

A. Test data shared between tests should, where feasible, be stored and accessed from a single source to avoid duplication or introduction of error, represents good practice when automating a manual regression test suite.

sctmpOption: A

. However, in an automated test, data which is shared should—where possible and feasible—be stored and accessed from a single source to avoid duplication, or introduction of errors.