nerdexam
iSQI

CTAL-TAE · Question #21

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

The correct answer is A. Test data shared between tests should, where feasible, be stored and accessed from a single. Storing and accessing test data from a single source is good practice because it reduces duplication, improves maintainability, and minimizes the risk of inconsistencies or errors across the regression test suite. Centralized data management is crucial for stable and scalable

Transitioning Manual Testing to an Automated Environment

Question

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

Options

  • ATest data shared between tests should, where feasible, be stored and accessed from a single
  • BAll existing manual tests should be decomposed into several smaller automated tests to reduce
  • CRemove inter-dependencies between tests to reduce automation failures and costly error
  • DOnce a manual test has been automated, execute it immediately to identify whether it operates

How the community answered

(40 responses)
  • A
    95% (38)
  • B
    3% (1)
  • C
    3% (1)

Explanation

Storing and accessing test data from a single source is good practice because it reduces duplication, improves maintainability, and minimizes the risk of inconsistencies or errors across the regression test suite. Centralized data management is crucial for stable and scalable

Topics

#regression automation#test data management#test independence#manual-to-automated transition

Community Discussion

No community discussion yet for this question.

Full CTAL-TAE Practice