0 votes
in Testing by
When will you automate a test?

1 Answer

0 votes
by

Automation is preferred in the following cases

  • Repetitive Tasks.
  • Regression Testing
  • Smoke and Sanity Tests.
  • Test with multiple data sets.

Testing is not recommended for one-off test cases. Usually, the decision on which test cases to automate is based on the ROI (Return on Investment). The more times the automated test is executed, the better the ROI.

Related questions

0 votes
asked Nov 17, 2022 in Testing by sharadyadav1986
0 votes
asked Mar 27, 2021 in Testing by rajeshsharma
...