CT-TAE Exam QuestionsBrowse all questions from this exam

CT-TAE Exam - Question 5


Your TAS has been running successfully on a Windows/GUI based SUT for some years. The SUT has undergone minimal change over the years to maintain business as usual, deploying six-monthly releases for minor enhancements and bug fixes using a waterfall lifecycle.

The TAS has not changed at all during this period. The current project for the SUT will be using the Scrum methodology to deliver a more modern, competitive, user interface. It is in the release planning stage with an agreed release backlog and set of sprints outlined.

The move from lengthy waterfall releases to shorter sprints has led you to conduct a review of the current TAS to make sure it is robust and fully optimised for the timescale challenges of the new project.

What two steps would be BEST to undertake during the review?

a) Ensure that new automation code is using the same naming conventions as existing code. b) Perform a full regression run in Sprint 1 to identify what improvements could be made to the TAS for future sprints. c) Ensure that the TAS is using the latest libraries for the operating system. d) Review the functions that act upon the controls for the GUI for possible consolidation. e) Involve the test team to see what ease-of-use improvements they would like to see made to the TAS.

Show Answer
Correct Answer: A

To ensure the TAS is robust and optimized for the new Scrum project, it is important to review and modernize the existing framework. Ensuring that the TAS is using the latest libraries for the operating system ensures compatibility and maximizes performance with updated dependencies. Additionally, reviewing the functions that act upon the controls for the GUI for possible consolidation can streamline the automation code, making it more maintainable and efficient for shorter sprint cycles. These steps align well with transitioning to a more modern, competitive user interface and the iterative nature of Scrum.

Discussion

4 comments
Sign in to comment
FrancisFerreiraOption: B
Sep 7, 2023

Alternative B seems correct.

WokawokaeeeOption: A
Jul 2, 2024

why it is not A? Full regression on first sprint can lead to not actual/important improvements. as per scrum should be give effort on most valuable projects/item/features?

SbmkOption: D
Mar 12, 2025

• (d) Review the functions that act upon the controls for the GUI for possible consolidation • The UI is being modernized, meaning GUI elements may change frequently. Reviewing and consolidating functions will improve maintainability and reduce duplication in test automation. • (e) Involve the test team to see what ease-of-use improvements they would like to see made to the TAS • Since Agile involves continuous testing and collaboration, gathering feedback from testers ensures the TAS is efficient and easy to use in the new iterative development cycle.

ZinayozgatOption: D
Mar 19, 2025

Since The TAS has remained unchanged while SUT is shifting to s Scrum-based release cycle,it is important to ensure the TAS remains efficient and adaptable. D-helps ensure that redundants or inefficient automation code streamline E- better maintainability and ease of use .