Exam CT-TAE All QuestionsBrowse all questions from this exam
Question 24

You are working as a TAE for a company who are re-designing their website. The new website provides information for customers and there are two minor features being developed:

1. Request a newsletter

2. Ability to contact the organisation with a question or comment

The website must be “mobile friendly" and available on all major web browsers.

You have been tasked to provide an automated solution for web browsers only and to concentrate on the two minor features.

What would be a KEY challenge with automation in this context?

    Correct Answer: A

    A key challenge with automation in this context would be ensuring a low level of intrusion while using existing UI elements. Although this approach is desirable to avoid disrupting the user interface, it can complicate the automation process. This complexity arises from the need to carefully script interactions with UI elements to simulate user actions accurately. Handling these elements might require meticulous coding to ensure that the two minor features, such as requesting a newsletter and enabling questions or comments, function correctly across all major web browsers while maintaining mobile-friendliness.

Discussion
SvarogOption: A

A. A low level of intrusion is likely from use of existing UI elements, but depending on the solution this might be more complex than a higher level of intrusion. Explanation: In this scenario, the focus is on automating the testing of two minor features on a redesigned website, ensuring mobile-friendliness and compatibility across major web browsers. Option A addresses the challenge associated with the level of intrusion required for automation. While a low level of intrusion is expected when utilizing existing UI elements for automation, it may still pose complexity depending on the specific automation solution chosen. Implementing automation that interacts with UI elements may require careful scripting and handling to accurately simulate user interactions and validate the functionality of the features.