0 votes
in Testing by
When will you not Automate testing?

1 Answer

0 votes
by

One should not automate in the following cases

  • When the Application Under Test changes frequently
  • One-time test cases
  • Adhoc – Random Testing
  • Exploratory Testing
  • Usability tests that generally need manual intervention to check the test results
  • Test cases with detailed setup requirements to be done before each execution
  • Test cases that return unpredicted test results
  • Exclude unplanned test case

Related questions

0 votes
asked Nov 18, 2022 in Testing by Robindeniel
0 votes
asked Nov 17, 2022 in Testing by sharadyadav1986
...