CTAL-TAE · Question #55
Which of the following statements about how test automation is applied across different software development lifecycle models is TRUE?
The correct answer is A. In Agile software development, automated regression test suites sometimes grow so large that. In Agile, automated regression suites often expand rapidly with frequent iterations. This can make them difficult to maintain if not carefully managed. Therefore, it is essential to invest in automation across multiple test levels (unit, integration, system) to keep the suite…
Question
Which of the following statements about how test automation is applied across different software development lifecycle models is TRUE?
Options
- AIn Agile software development, automated regression test suites sometimes grow so large that
- BIn a Waterfall model, automated tests are usually executed only during the last phase of the
- CIn Agile software development, regardless of context (e.g., type of application to be developed,
- DUnlike Agile software development, where automated unit tests are written by developers, often in
How the community answered
(52 responses)- A92% (48)
- B4% (2)
- C2% (1)
- D2% (1)
Explanation
In Agile, automated regression suites often expand rapidly with frequent iterations. This can make them difficult to maintain if not carefully managed. Therefore, it is essential to invest in automation across multiple test levels (unit, integration, system) to keep the suite efficient, maintainable, and aligned with Agile principles.
Topics
Community Discussion
No community discussion yet for this question.