Agile methodology often requires automation tests to be __________ to accommodate rapid changes in requirements.

  • Fragile and Brittle
  • Independent
  • Robust and Stable
  • Scalable and Flexible
Agile methodology often requires automation tests to be Fragile and Brittle. Automation tests need to be flexible enough to adapt to frequent changes in requirements, and if they are fragile or brittle, they are prone to break easily when there are changes. Test automation in Agile projects should be designed to handle changes gracefully, ensuring that the automation suite remains reliable and effective in dynamic development environments.
Add your answer
Loading...

Leave a comment

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