In what situation would the ROI (Return on Investment) of automated testing be considered negative?

  • All test cases are automated
  • Automated tests are executed frequently
  • High frequency of application changes
  • Low complexity of the application
A negative ROI in automated testing is typically experienced when there's a high frequency of application changes. This is because every change might require a significant amount of test maintenance, resulting in more time, effort, and cost than manual testing. The essence of automation is to save time in the long run, but frequent changes can counteract these savings.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *