ISTQB® CT-TAE Exam Practice Questions (P. 5)
- Full Access (119 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
You have been asked to implement test automation for a project that is not meeting its deadlines. After further analysis you discover that the manual testers are not able to keep up with the new feature testing because the regression testing is taking 75% of their time. As a result, the new features are being released with many defects and customers are complaining about the quality.
Given this information, what metric SHOULD you be tracking to show the value of test automation for this project?
Given this information, what metric SHOULD you be tracking to show the value of test automation for this project?
- APercentage of code covered by the test automation.
- BEquivalent Manual Test Effort for the automated tests.
- CNumber of defects found by test automation.
- DPercentage of builds accepted/rejected by the automated tests.
Correct Answer:
B
B
send
light_mode
delete
Question #22
Which of the following is an important success factor for any significant automation project?
- AThe TAA must be designed for testability.
- BThe TAA is self-documenting
- CThe SUT must be designed for testabilityMost Voted
- DThe SUT is self-documenting
Correct Answer:
C
C
send
light_mode
delete
Question #23
Which of the following CORRECTLY describes how automation SHOULD be applied to confirmation testing?
- AConfirmation tests are not good candidates for automation as they are not designed to run many times
- BConfirmation tests should only be automated if they fail to pass on the first attempt
- CConfirmation tests can be automated and incorporated into an automated regression suite to show whether defects that were previously fixed reoccurMost Voted
- DA confirmation test should only be automated after it has been run manually
Correct Answer:
C
C
send
light_mode
delete
Question #24
You have inherited a TAS that is working well it uses keyword-driven scripting and was well architected. The automation architect who built the system has now moved on to another company. The TAS is working across several projects and has a multiple library of keywords, categorised by project. The individual project teams maintain these keyword scripts.
Based only on the given information, what is the MOST significant risk for the TAS?
Based only on the given information, what is the MOST significant risk for the TAS?
- AThe keyword driven scripts may become out of date if not maintained
- BThe level of abstraction, coupled with the departure of the architect may make the system hard to maintain
- CNew projects may not work as well with the TAS as the current projects
- DBecause the keyword scripts are maintained by different teams, there is a likelihood that good coding standards are not followed
Correct Answer:
B
B
send
light_mode
delete
Question #25
Your company is new to test automation and as TAE. you have designed a TAS which successfully supports the SUT for the current project.
There are other systems currently in operation which have been tested manually and more systems are planned over the coming years. Based on this success, your company requires test automation be rolled out to other current and future SUTs with consistency being a key objective.
Which of the following is the BEST way to achieve that?
There are other systems currently in operation which have been tested manually and more systems are planned over the coming years. Based on this success, your company requires test automation be rolled out to other current and future SUTs with consistency being a key objective.
Which of the following is the BEST way to achieve that?
- ADesign a new TAS for each SUT, and manage each one through a dedicated automation support team.
- BInstall the current TAS into a central repository so that other tests on different SUTs use the same version of the TAS.
- CCheck for correct connectivity to internal and external systems to ensure that the TAS has been installed and configured correctly for each SUT.
- DDevelop a tool that keeps track of automation failures across the different SUTs and produces regular reports to stakeholders.
Correct Answer:
B
B
send
light_mode
delete
All Pages