In a situation where both manual and automated testers are available, but the application interface is still evolving and not stable, which type of testing would you prioritize and why?

  • Prioritize automated testing.
  • Prioritize manual testing because of the evolving interface.
  • Rely solely on manual testing.
  • Use both equally without prioritizing.
While automated testing provides speed and repeatability, it's less flexible when dealing with frequently changing interfaces. In situations where the application interface is evolving rapidly, manual testing is more adaptable and can more effectively handle changes without the need for constant script updates.
Add your answer
Loading...

Leave a comment

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