CTAL-TAE · Question #68
Consider choosing an approach for the automated implementation of manual regression test suites written at the UI level for some already developed web apps. The TAS is based on a programming…
The correct answer is D. Structured scripting. Structured scripting leverages test libraries and modular code design, which significantly reduces maintenance effort and simplifies adding new automated tests. Since the team has strong programming skills, this approach makes best use of reusable components while avoiding the…
Question
Consider choosing an approach for the automated implementation of manual regression test suites written at the UI level for some already developed web apps. The TAS is based on a programming language that allows the creation of test libraries and provides a capture/playback feature that allows recognition and interaction with all widgets in the web UIs being tested. The automated tests will be implemented by team members with strong programming skills. The chosen approach should aim to reduce both the effort required to maintain automated tests and the effort required to add new automated tests. Which of the following approaches would you choose?
Options
- ATest-Driven Development (TDD)
- BCapture/playback
- CLinear scripting
- DStructured scripting
How the community answered
(44 responses)- A14% (6)
- B2% (1)
- C7% (3)
- D77% (34)
Explanation
Structured scripting leverages test libraries and modular code design, which significantly reduces maintenance effort and simplifies adding new automated tests. Since the team has strong programming skills, this approach makes best use of reusable components while avoiding the high maintenance costs of capture/playback or linear scripting.
Topics
Community Discussion
No community discussion yet for this question.