
The ISTQB CT-TAE Questions & Practice Test are Available On-Demand
Valid CT-TAE Exam Dumps Ensure you a HIGH SCORE
NEW QUESTION # 48
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. Introduce better coding practices for the automation scripts, including coding guidelines, reviews and improved static analysis.
- B. Create a mirror of the pre-production test environment and split the regression test suite to run in parallel across the environments.
- 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: B
NEW QUESTION # 49
You are executing the first test run of a test automation suite of 200 tests. All the relevant information related to the state of the SUT and to the automated test execution is stored in a small database. During the Automated test run you observe that the first 10 test pass, while an abnormal termination occurs when executing the 11th test. This test does not complete its execution and the overall execution of the suite is aborted. An immediate analysis of the abnormal termination is expected to be time consuming and you have been asked to produce a detailed report of the execution results for the first test run, as soon as possible.
What is the MOST important FIRST step to be taken immediately after the abnormal occurred when executing the 11th test?
- A. Re-run the test automation suite starting from the 12th test
- B. Take a backup of the database in its current state. So It can be analyzed later
- C. Return the database to a consistent state that allows subsequent test to run
- D. Re-run the test automation suite starting from the 1st test.
Answer: B
NEW QUESTION # 50
Consider a TAS that uses a keyword-driven framework. The SUT is a web application and there is a large set of keywords available for writing the automated tests that relate to highly specific user actions linked directly to the GUI of the SUT. The automated test written with the keywords are statically analyzed by a custom tool which highlight's repeated instances of identical sequence of keywords. The waiting mechanism implemented by the TAS for a webpage load is based on a synchronous sampling within a given timeout. The TAS allows checking a webpage load every seconds until a timeout value
- A. Establishing an error recovery process for TAS and SUT
- B. Changing the scripting approach to data-driven scripting
- C. Changing the wait mechanism to explicit hard-coded waits
- D. Implementing keywords with a higher level of granularity
Answer: C
NEW QUESTION # 51
Assume that you are the TAE responsible for the correct functioning of a TAS, deployed in a test environment that consists of a few machines running the same version of the operating system. The TAS has been working and stable since its deployment, it has been used to run an automated test suite consisting of many similar automated test. The infrastructure team is planning to update the operating system on these machines by installing a new the service pack for security reasons. Since the vendor of the operating system assurance full backward compatibility, the infrastructure team assurance that there will be no impacts on the functioning of the TAS.
What is the BEST approach to confirm the correct functioning of the TAS in this scenario?
- A. Make sure that the infrastructure team has completed installing the service pack on the machines where SUT is running, then run the whole automated test suite to verify its behavior
- B. Verify the behavior of the automated tests by running a small tests, then gradually run the remaining tests to confirm the correct functioning of the whole automated test suite.
- C. Do not run any tests because you can immediately confirm the correct functioning of the automated test suite
- D. Verify the behavior of the whole automated test suite by running all the automated tests
Answer: B
NEW QUESTION # 52
In order to achieve re-use of a TAS, where SHOULD the design for reuse occur?
- A. At the TAS level
- B. At the framework level.
- C. At the code level
- D. At the TAA level
Answer: A
NEW QUESTION # 53
As a TAE you are evaluating a functional test automation tool that will be for several projects within your organization. The projects require that tool to work effectively and efficiently with SUT's in distributed environments. The test automated tool also needs to interface with other existing test tools (test management tool and defect tracking tool.) The existing test tools subject to planned updates and their interface to the test automated tool may not work property after these updates.
Which of the following are the two LEAST important concerns related to the evaluation of the test automation in this scenario?
Is the test automation tool able to launch processors and execute test cases on multiple machines in different environments?
Does the test automation tool support a licensing scheme that allows accessing different sets?
Does the test automation tool have a large feature set, but only part of the features will be sets?
Do the release notes for the planned updates on existing specify the impacts on their interfaces to other tools?
Does the test automation tool need to install specific libraries that could impact the SUT?
- A. A and C
- B. C and D
- C. A and E
- D. B and E
Answer: D
NEW QUESTION # 54
What is the PRIMARY advantage of using abstraction in the TAA?
- A. It requires a higher skill level to implement
- B. It improves the performance of the TAS
- C. It ensures that any scripting method will be supported
- D. It makes it more flexible for future reuse and improvements
Answer: D
NEW QUESTION # 55
You are implementing test automation for a project that has a business critical application A test execution tool is being used to run automated regression tests. The results from the test execution tool are very important and need to be 100% accurate.
You want to merge the test automation results with the test management system that also records the manual test results so that managers can make informed decisions about the progress quickly.
Which layer of the gTAA will be used to ensure the proper reporting occurs and the interfaces to the test management system are handled?
- A. The adaptation layer
- B. The reporting layer
- C. The logging layer
- D. The execution layer
Answer: B
NEW QUESTION # 56
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?
- A. Structured scripting
- B. Data-driven scripting
- C. Capture-replay scripting
- D. Model-based scripting
Answer: C
NEW QUESTION # 57
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. Automation code defect density
- B. Trend metrics
- C. Tool scripting metrics
- D. The number of false-fail results
Answer: D
NEW QUESTION # 58
Which of the following is an important success factor for any significant automation project?
- A. The TAA is self-documenting
- B. The SUT must be designed for testability
- C. The TAA must be designed for testability.
- D. The SUT is self-documenting
Answer: B
NEW QUESTION # 59
Which of the following statements about the reuse of TAS artefacts is TRUE?
- A. Communications maintenance and improvements for reusing TAS artefacts are modify addressed during the design of the TAA
- B. Reusable TAS artefacts can include components (or parts of components) associated with different layers of the TAA
- C. To enable reuse of TAS artefacts, a good design for reuse is built into the TAA and to further action are needed during the TAS lifecycle
- D. Reusable TAS artifacts associated with the definition layer of the TAA include the adaptors to the SUT components and/or interfaces
Answer: C
NEW QUESTION # 60
What is NOT a factor in considering when you are asked to ensure an effective transition from manual to automated tests?
- A. Correctness of test data and test cases
- B. Complexity to automate the manual test cases
- C. The controllability of the SUT
- D. The look and feel of the SUT
Answer: D
NEW QUESTION # 61
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. Develop a tool to track historical test results across the different SUT environments and look for trends.
- B. 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.
- C. Due to the complexities involved and the high risks associated with these releases, it would be best to revert to manual testing.
- D. Produce comprehensive documentation of the TAS, installation and usage guidelines and provide training for each team member.
Answer: B
NEW QUESTION # 62
The GUI of a Customer Relationship Management (CRM) application has been delivered through internet Explorer with proprietary Active X and Java controls. This implementation enables rich client capabilities, but specific commercial automation tools are necessary to automate test cases at GUI of functional test cases. This is to demonstrate whether a small set of the commercial are able to properly recognize actions taken by a tester when interacting with GUI of the CRM application.
Which of the following scripting techniques would be MOST suitable in this scenario?
- A. Keyword-driven scripting
- B. Linear scripting
- C. Structure scripting
- D. Data-driven scripting
Answer: C
NEW QUESTION # 63
Which of the following attributes should NOT be included in a test execution report associated with a suite of automated tests?
- A. Summary of the test execution results
- B. Environment in which the tests have been executed
- C. Defect clusters identified during test execution
- D. System/Application under test and its version
Answer: C
NEW QUESTION # 64
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 whether naming standards for variables and have been defined for the current automation solution
- B. Verify the testability support with the providers of the third party components
- C. Verify whether the GUI identification depends on the browser.
- D. Adopt an approach that uses the coordinates of the GUI elements instead
Answer: B
NEW QUESTION # 65
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?
- 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. Ask the developers to remove the object and replace it with some text fields
- C. Ask the developers if they can change the object to something that can be recognised by the tool
- D. Investigate whether the object can be recognised by other test execution tools in the market
Answer: D
NEW QUESTION # 66
......
CT-TAE Exam Practice Questions prepared by ISTQB Professionals: https://actualtorrent.exam4pdf.com/CT-TAE-dumps-torrent.html

