ISTQB CTAL-TAE - Certified Tester Advanced Level Test Automation Engineering Exam
Page: 1 / 16
Total 80 questions
Question #1 (Topic: Exam A)
Which of the following is considered a disadvantage of test automation?
A. Automated exploratory testing is difficult to implement.
B. Test automation can be a distraction from the objective of finding bugs.
C. Tests are more likely to have operator errors.
D. Slower feedback on the quality of the system.
Answer: A
Question #2 (Topic: Exam A)
Which of the following is an important success factor for any significant automation project?
A. The TAA must be designed for testability.
B. The TAA is self-documenting.
C. The SUT must be designed for testability.
D. The SUT is self-documenting.
Answer: C
Question #3 (Topic: Exam A)
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:
Request a newsletter
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?
Request a newsletter
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?
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.
B. Because there is a high level of intrusion there may be many false alarms.
C. Automation might not be possible on the mobile devices.
D. The benefits of automation might not be achieved for many years due to the complexities of the SUT and automation solution.
Answer: A
Question #4 (Topic: Exam A)
You are working as a TAE for a company who have been using a web test execution tool for a number of years. The tool has been used successfully on ten web applications in the past.
The company are developing a new web application which has a friendly User Interface, but the developers have used an object throughout the application which the tool is unable to recognise. As a result, you have no way of capturing the object or verifying the contents using the automation tool.
What is the first thing you should do about this problem?
The company are developing a new web application which has a friendly User Interface, but the developers have used an object throughout the application which the tool is unable to recognise. As a result, you have no way of capturing the object or verifying the contents using the automation tool.
What is the first thing you should do about this problem?
A. See if the application can be run on a desktop and if the object can be recognised on the desktop by the tool.
B. Investigate whether the object can be recognised by other test execution tools in the market.
C. Ask the developers to remove the object and replace it with some text fields.
D. Ask the developers if they can change the object to something that can be recognised by the tool.
Answer: D
Question #5 (Topic: Exam A)
You are evaluating several test modelling tools and are wanting to automatically generate test cases within the tool where many different combinations of input data are created.
You are then wanting to export the test cases into a .csv file which can then be read by a functional test execution tool using a data-driven or keyword-driven scripting method.
You have investigated several tools and there is only one tool that provides all the necessary features defined by your team with the exception of the export facility. It does not provide an export into either .xls or .csv formats.
What would be the BEST next step regarding the selection of this tool?
You are then wanting to export the test cases into a .csv file which can then be read by a functional test execution tool using a data-driven or keyword-driven scripting method.
You have investigated several tools and there is only one tool that provides all the necessary features defined by your team with the exception of the export facility. It does not provide an export into either .xls or .csv formats.
What would be the BEST next step regarding the selection of this tool?
A. Consider another tool that is more “fit for purpose” and has all the features required.
B. Explore the possibility of creating your own export facility.
C. Ask the vendor and use forums to see if a solution is available or going to be available in the future.
D. Purchase this tool and generate the .csv file manually.
Answer: C