Which test cases can be automated?

Which test cases can be automated?

1 Like

A test case should be automated if:

  • It’s going to save time.
  • The requirements, the test, or the task are low risk, stable, and unlikely to change often.
  • The test is subject to human error, time-consuming due to repetitive nature.
  • The test has significant downtime between steps.