ISTQB CT-TAE – Certified Tester Test Automation Engineer — Question 53

Which of the following regression tests are the best candidates for test automation?

Answer options

Correct answer: B

Explanation

Option B is correct because tests that are run daily as part of build verification are ideal for automation due to their frequency and the need for quick feedback. Options A and D are not suitable since they are infrequent and tied to specific release cycles or events, while C, although easy to automate, may not provide enough value if run infrequently.