38


How do you choose which test case to automate?


A test case should be automated if:

  • The task is going to be repeated.
  • 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.
  • The test is time-consuming.
  • The test has significant downtime between steps.
  • The test is repetitive.

Comments

Popular posts from this blog