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

The GUI of a CRM (Customer Relationship Management) application has been delivered through Internet Explorer with proprietary Active X and Java controls. This implementation allows enabling rich client capabilities, but specific commercial test automation tools are necessary for the purpose of automating test cases at GUI level. You have basic programming skills and your main goal is to quickly produce at a low cost some automated scripts, by automating a small number of functional test cases, for demonstrating only whether a small set of those commercial tools are able to properly recognize the actions taken by a tester when interacting with the GUI of the CRM application.

Based only on the given information, which of the following scripting techniques would you expect to be most suitable in this scenario?

    Correct Answer: C

    Given the need to quickly produce automated scripts at a low cost and with basic programming skills, the most suitable scripting technique is linear scripting. Linear scripting is straightforward, requires minimal programming skills, and is ideal for creating a small number of simple test cases. This approach focuses on recording and playback, making it easier to demonstrate whether commercial tools can recognize tester actions with the GUI.

Discussion
pabc08Option: C

Considering the goals of quickly producing low-cost scripts with basic programming skills and limited testing scope, the most suitable scripting technique for this scenario is C. Linear scripting