Last Update 5 hours ago Total Questions : 80
The Certified Tester Test Automation Engineer content is now fully updated, with all current exam questions added 5 hours ago. Deciding to include CT-TAE practice exam questions in your study plan goes far beyond basic test preparation.
You'll find that our CT-TAE exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these CT-TAE sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Certified Tester Test Automation Engineer practice test comfortably within the allotted time.
A SUT has an existing automated test suite.
Which of the following statements relating to the introduction of new features in the SUT is TRUE?
You are using a gTAA to create a TAS for a project. The TAS is aimed at automatically and executing test cases based on a use-case
Modeling approaching that uses UML as a modeling language. All the interaction between TAS and SUT will only be at the API and GUI level.
Which of the following components of the gTAA would you EXCLUDE from the TAS?
Consider the following example of TAS metrics.
Time to execute automated tests
Speed and efficiency of TAS components
Which of the following statements is TRUE?
You are working on a web-based application called Book Vault that allows people to upload books and order books. This application must be available on all major browsers.
You have been testing the application manually and management have asked you to consider automating some of the tests.
You have investigated a number of commercial and free tools which can automate tests at a web browser level and one tool in particular meets your requirements and you have implemented a trial version.
You have basic programming skills and the main goal is to automate a few functional tests to see if the tool is compatible with the application and can recognise the objects and controls.
Which scripting technique would be MOST suitable in this scenario in order to meet the objectives?
Your functional regression test automation suite ran successfully for the first two sprints and no failures were encountered during the runs. The automation suite records the status of each test case as either ' pass ' or ' fail ' and has excellent recovery capability built in.
For the third sprint, the TAS log reported several test cases with a status of ' fail ' . You investigated each test case and found that most failures were due to a defect in one of the keyword scripts, rather than in the SUT. For those where the failure was in the SUT, defect reports were raised but several were returned by the developers asking for more information to enable them to reproduce the problem.
Which additional log items SHOULD you add to the TAS that would BEST improve failure analysis and defect reporting for future sprints?
a) Dynamic measurement information about the SUT.
b) A status of TAS error’, in additional to pass ' and ' fail ' , for each test case.
c) Use of a colour coding scheme so that ' pass’ is in red and fail ' is in green.
d) A counter to determine how many times each test case has been executed.
e) System configuration information including software/firmware and operating system versions.
f) A copy of the source code for all Keyword scripts executed.
Which of the following BEST describes why it is important to separate test definition from test execution in a TAA?
When if the BEST time for automation to consider legal and/or standard requirements for a SUT?
