Q8 Single choice Mark for later What represents good practice when automating a manual regression test suite? A Test data shared between tests should, where feasible, be stored and accessed from a single source to avoid duplication or introduction of error. B All existing manual tests should be decomposed into several smaller automated tests to reduce functional overlap. C Remove inter-dependencies between tests to reduce automation failures and costly error analysis. D Once a manual test has been automated, execute it immediately to Identify whether it operates correctly. Correct answer