CTAL-TAE · Question #139
You have been asked to develop test automation for a legacy system that is going to go through a series of infrastructure migrations. The scripts will be used to verify basic functionality during…
The correct answer is D. Linear scripting. Linear scripting is best suited for quick, simple test automation when maintainability is not a priority. It involves straightforward, sequential scripting without modularization, making it ideal for short-term use like verifying basic functionality during infrastructure…
Question
You have been asked to develop test automation for a legacy system that is going to go through a series of infrastructure migrations. The scripts will be used to verify basic functionality during these infrastructure changes. Your Test Analysts have some programming skills and need a solution that is simple and fast. Maintainability of the scripts is not a consideration because no changes to the software are anticipated. Which of the following is the BEST scripting approach in this situation?
Options
- AStructured scripting.
- BCapture-replay scripting.
- CModel-Based scripting.
- DLinear scripting.
How the community answered
(31 responses)- A13% (4)
- B3% (1)
- C3% (1)
- D81% (25)
Explanation
Linear scripting is best suited for quick, simple test automation when maintainability is not a priority. It involves straightforward, sequential scripting without modularization, making it ideal for short-term use like verifying basic functionality during infrastructure migrations.
Topics
Community Discussion
No community discussion yet for this question.