CTAL-TAE · Question #47
You have been recruited as a TAE by a large travel agency and are now responsible for a mature TAS that is dedicated to functional testing of the company's booking system, which covers flights…
The correct answer is B. a and c. reducing the need for fixed waits and mitigating test failures caused by slow SUT responses (item not visible through the UI, addressing verification challenges (item 5). These enhancements directly improve test stability and observability, aligning with items 4 and 5. Item 6…
Question
Options
- AAdding an event mechanism to the SUT allows the TAS to react precisely to state changes,
- Ba and c.
- CAdding an API to make internal variables observable helps the TAS verify conditions that are
- Dd and e.
- EImplement hard-coded waits in scripts that have been affected by slow SUT response.
How the community answered
(45 responses)- A2% (1)
- B51% (23)
- C16% (7)
- D24% (11)
- E7% (3)
Explanation
reducing the need for fixed waits and mitigating test failures caused by slow SUT responses (item not visible through the UI, addressing verification challenges (item 5). These enhancements directly improve test stability and observability, aligning with items 4 and 5. Item 6 (difficult TAF UI) is a usability issue but less critical compared to stability and verification problems, and can be tackled separately.
Topics
Community Discussion
No community discussion yet for this question.