
Latest CT-TAE Actual Free Exam Questions Updated 82 Questions
Free CT-TAE Exam Braindumps certification guide Q&A
NEW QUESTION # 24
Consider a TAS that exclusively uses the APIs of a SUT. To make this work, significant changes have been required to the SUT by adding a set of dedicated test interfaces to the APIs. All the automated tests will use these test interfaces when interacting with the SUT. Assume that you are currently verifying the correctness of the automated test environment and test tool setup.
Which of the following would you expect to be the MOST specific risk associated with this scenario?
- A. False alarms, that are unlikely to occur in the real world, will be observed during testing
- B. The automated test cases will not contain the expected result
- C. The process of configuring the TAS will be error-phone due to manual intervention
- D. The connectivity from the TAS to the dedicated test interfaces will not work
Answer: A
NEW QUESTION # 25
When the SUT provides insight into the behaviour of the system, providing the users the with the status of the various actions performed so that they can check that expected behaviour equals actual behaviour, what is this called?
- A. Controllability.
- B. Maintainability.
- C. Observability.
- D. Portability.
Answer: C
NEW QUESTION # 26
You are working on a government system called "Making Tax Digital" or MTD for short. This system is being implemented to stop manual human input error and also to reduce fraudulent behaviour from companies when submitting their tax and VAT returns.
The key concept is that registered companies will need to use government recommended 3rd party software for their accounts and book keeping. These 3rd party applications will have a direct interface into the government's main system for transactions and submissions.
You have been using a test execution tool successfully on the project so far. and have implemented a basic "capture/replay" approach to scripting.
The management have been encouraged with the automation so far, but want the following objectives to be met:
* Test cases added easily
* Reduction in the amount of scripts and script duplication
* Reduction in maintenance costs
Which scripting technique would be MOST suitable in this scenario in order to meet the objectives?
- A. Structured scripting
- B. Data-driven scripting
- C. Linear scripting
- D. Keyword-driven scripting
Answer: D
NEW QUESTION # 27
When if the BEST time for automation to consider legal and/or standard requirements for a SUT?
- A. When designing a TAA
- B. When designing a TAF
- C. When implementing the SUT
- D. When developing a TAS
Answer: C
NEW QUESTION # 28
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?
- A. Develop a tool that keeps track of automation failures across the different SUTs and produces regular reports to stakeholders.
- B. Check for correct connectivity to internal and external systems to ensure that the TAS has been installed and configured correctly for each SUT.
- C. Install the current TAS into a central repository so that other tests on different SUTs use the same version of the TAS.
- D. Design a new TAS for each SUT, and manage each one through a dedicated automation support team.
Answer: C
NEW QUESTION # 29
You are currently designing the TAA of a TAS. You have been asked to adopt an approach for automatically generating and executing test cases from a model that defines the SUT. The SUT is a state-based and event-driven that is described by a finite-state machine and exposes its functionality via an API. The behavior of the SUT depends on hardware and communication links that can be unreliable.
Which of the following aspects is MOST important when designing the TAA in this scenario?
- A. Looking for tools that allows direct denoting of exceptions and actions depending on the SUT events.
- B. Adopting a test definition strategy based on classification tree coverage for the test definition layer.
- C. Looking for tools that allow performing setup and teardown of the test suites and the SUT.
- D. Adopting a test definition strategy based on use case/exception case coverage for the definition layer.
Answer: C
NEW QUESTION # 30
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?
- A. Equivalent Manual Test Effort for the automated tests.
- B. Percentage of builds accepted/rejected by the automated tests.
- C. Number of defects found by test automation.
- D. Percentage of code covered by the test automation.
Answer: A
NEW QUESTION # 31
A TAS uses a commercial test automation tool and the default logs generated by the inconsistent formats such as different types of messages (pass/fail steps, screenshots, warnings, etc.) To solve this issue some custom logging functions have been created from the test scripts, making it possible to log the different types of messages with the same format. However, this may cause a problem due to excessive size of the logs which can make it difficult to find the required information. Assume that all the default logs will be disabled when running the automated tests and that some tests will not generate excessively sized logs.
Which of the following represents the BEST suggestion for implementing the custom logging functions?
- A. Implement the custom logging functions to support different levels of tracing
- B. Implement the custom logging functions without saving stack traces
- C. Implement the custom logging functions without saving timestamps
- D. Implement the custom logging functions to redirect the logs to multiple files
Answer: A
NEW QUESTION # 32
You are testing a major enhancement to an air traffic control user interface. You have use of a sophisticated pre-production test environment, created specifically for large scale automated regression, performance and security testing. The window for regression testing is limited and must successfully conclude, with no major regressions remaining, before the non-functional testing starts.
You have been using the same version of the TAS for the last few releases, each time completing the automated regression test suite in a single overnight run. However, due to the latest enhancements for the SUT, you believe there is a risk that the test suite may no longer complete overnight and therefore delay performance and security testing.
Which option would be the BEST and MOST cost-efficient approach to mitigate this risk?
- A. Create a mirror of the pre-production test environment and split the regression test suite to run in parallel across the environments.
- B. Introduce better coding practices for the automation scripts, including coding guidelines, reviews and improved static analysis.
- C. Analyse the regression test suite and remove test coverage duplication and redundancy.
- D. Split the regression test suite into multiple parts, running in the environment across consecutive nights.
Answer: A
NEW QUESTION # 33
You are a TAE working for a software house which provides quarterly releases of its software to its customers. There are many different versions of the SUT that need to be tested simultaneously by different tests teams.
Your TAS is complex and you need to ensure it remains consistent across the different SUT environments. What is the BEST and MOST efficient way to ensure each of the test teams use the same version of the TAS to test the different versions of the SUT?
- A. Install the TAS is a central repository and have an automated installation and configuration of the TAS from this repository to each of the SUT environments.
- B. Produce comprehensive documentation of the TAS, installation and usage guidelines and provide training for each team member.
- C. Due to the complexities involved and the high risks associated with these releases, it would be best to revert to manual testing.
- D. Develop a tool to track historical test results across the different SUT environments and look for trends.
Answer: A
NEW QUESTION # 34
You are reviewing the testability of your SUT.
Which of the following BEST refers to the characteristic of OBSERVABILITY?
- A. The ability of the SUT to prevent unauthorized access to its components or data.
- B. The ability of the SUT to perform its intended function for a specified period of time
- C. The ability to identify states, outputs, intermediate result and error messages in the SUT
- D. The ability to exercise the SUT by entering inputs, triggering events and invoking methods
Answer: C
NEW QUESTION # 35
As the TAE, you are working with the organisation's Test Manager to decide which external metrics and which internal metrics should be gathered for the new TAS.
Which of the following represents the BEST internal metric that would help measure the quality of the TAS and the number of problems associated with the TAS?
- A. The average maintenance cost to keep an automated test in sync with the SUT
- B. A measure of how many automated tests pass and fail
- C. A measure of defect density within the TAS automation code
- D. The number of hours of manual test effort saved by implementing a TAS
Answer: C
NEW QUESTION # 36
You identified a suitable project to pilot an automation tool and planned and conduced a pilot. The pilot has been successful and tool Is being deployed within your organization, with a plan to increase tool use by the one project at a time. During this rollout some test processes will be changed slightly to gain additional benefits from using the tool.
In the pilot project, a small set of manual tests were automated for the first time. You are currently monitoring the test automation efficiency and this reveals that the automation regime for the tests is not yet mature.
Which of the following statements is TRUE?
- A. The test process should be radically changed to gain additional benefits from using the tool.
- B. The approach used for deployed this tool is aligned to the standard success factor for deployment
- C. The pilot project should have been critical so that maximum benefits were delivered
- D. The target defined for the project was inappropriate, because the automation regime for the automated tests at the end of the pilot is not yet mature.
Answer: B
NEW QUESTION # 37
You are working on a TAS for standalone application. The automated tests are developed based on a automation framework that allows interaction with GUI elements using on object orientated API. The GUI elements include menus, buttons, radio buttons, text toolbars and their properties.
Whilst automating a test, you have discovered that the GUI elements of some third party components are not identifiable by the automated tool you are using.
Which of the following is the FIRST step that you take to investigate this issue?
- A. Verify the testability support with the providers of the third party components
- B. Verify whether the GUI identification depends on the browser.
- C. Verify whether naming standards for variables and have been defined for the current automation solution
- D. Adopt an approach that uses the coordinates of the GUI elements instead
Answer: A
NEW QUESTION # 38
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?
- A. It is generally more difficult to automate test cases for a new feature as the development has not yet started
- B. Automated tests are not affected by the introduction of a new feature and running them against the new SUT is a waste of effort
- C. The introduction of a new feature could require updates or additions to the testware components
- D. The test automation engineer should work with the business analysts to ensure the new feature is testable
Answer: C
NEW QUESTION # 39
You are planning the pilot for an in-house developed Test Automation solution (TAS).
Which two of the following would be important steps to take as part of the planning process?
a) Review your organisation's current projects and identify which one would be most suitable to pilot the TAS.
b) Ensure that the developers will provide the necessary commitment for the TAS deployment activities.
c) Run a series of training workshops for new users of the TAS before they are asked to use it.
d) Develop a project plan for the pilot and reserve the necessary budget and resources for its implementation.
e) Ask the developers to provide any missing functionality during the deployment activities.
- A. a and b
- B. c and e
- C. b and d
- D. c and d
Answer: C
NEW QUESTION # 40
What is the PRIMARY advantage of using abstraction in the TAA?
- A. It ensures that any scripting method will be supported
- B. It improves the performance of the TAS
- C. It makes it more flexible for future reuse and improvements
- D. It requires a higher skill level to implement
Answer: C
NEW QUESTION # 41
If you are tracking the frequency that a test automation code reports a defect that is not really a defect, what metric are you gathering?
- A. The number of false-fail results
- B. Tool scripting metrics
- C. Trend metrics
- D. Automation code defect density
Answer: A
NEW QUESTION # 42
Which of the following BEST describes why it is important to separate test definition from test execution in a TAA?
- A. It allows testers to find more defects on the SUT
- B. It allows specify test cases without being closely tied to the tool to run them against the SUT
- C. It allow choosing different paradigms (e.g event-driven) for the interaction TAS and SUT
- D. It allows developing steps of the test process without being closely tied to the SUT interface.
Answer: B
NEW QUESTION # 43
What represents good practice when automating a manual regression test suite?
- A. All existing manual tests should be decomposed into several smaller automated tests to reduce functional overlap.
- B. Test data shared between tests should, where feasible, be stored and accessed from a single source to avoid duplication or introduction of error.
- C. Once a manual test has been automated, execute it immediately to Identify whether it operates correctly.
- D. Remove inter-dependencies between tests to reduce automation failures and costly error analysis.
Answer: C
NEW QUESTION # 44
......
CT-TAE Certification Overview Latest CT-TAE PDF Dumps: https://www.latestcram.com/CT-TAE-exam-cram-questions.html
Top ISTQB CT-TAE Exam Audio Study Guide! Practice Questions Edition: https://drive.google.com/open?id=1Ox2kAPCmK8ZoVOhzU6xZWqlMk5eUEBB8
