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.
Loading...
Related Quiz
- If a company's web application experiences high traffic during sales events, what type of performance testing is crucial?
- The principle of _________ in Continuous Integration aims to keep the code in a deployable state at all times.
- Describe a scenario where combining API and shell scripting would be beneficial for comprehensive test coverage.
- What are the challenges of implementing the Page Object Model (POM) in large-scale projects?
- Which approach is most effective for identifying redundant or outdated test scripts?