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
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)- A95% (38)
- B3% (1)
- C3% (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
Community Discussion
No community discussion yet for this question.