Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

CT-TAE Exam Dumps - Certified Tester Test Automation Engineer

Question # 4

Which of the following BEST describes why it is important to separate test definition from test execution in a TAA?

A.

It allows developing steps of the test process without being closely tied to the SUT interface.

B.

It allow choosing different paradigms (e.g event-driven) for the interaction TAS and SUT

C.

It allows specify test cases without being closely tied to the tool to run them against the SUT

D.

It allows testers to find more defects on the SUT

Full Access
Question # 5

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?

A.

The test reporting component of the test execution layer.

B.

The Test execution component of the test generation layer

C.

The test execution (test engine of the test execution layer

D.

The Command Line Interface (CLI) component of the test adaptation layer

Full Access
Question # 6

What is the PRIMARY advantage of using abstraction in the TAA?

A.

It makes it more flexible for future reuse and improvements

B.

It requires a higher skill level to implement

C.

It ensures that any scripting method will be supported

D.

It improves the performance of the TAS

Full Access
Question # 7

Your TAS has been running successfully on a Windows/GUI based SUT for some years. The SUT has undergone minimal change over the years to maintain business as usual, deploying six-monthly releases for minor enhancements and bug fixes using a waterfall lifecycle.

The TAS has not changed at all during this period. The current project for the SUT will be using the Scrum methodology to deliver a more modern, competitive, user interface. It is in the release planning stage with an agreed release backlog and set of sprints outlined.

The move from lengthy waterfall releases to shorter sprints has led you to conduct a review of the current TAS to make sure it is robust and fully optimised for the timescale challenges of the new project.

What two steps would be BEST to undertake during the review?

a) Ensure that new automation code is using the same naming conventions as existing code.

b) Perform a full regression run in Sprint 1 to identify what improvements could be made to the TAS for future sprints.

c) Ensure that the TAS is using the latest libraries for the operating system.

d) Review the functions that act upon the controls for the GUI for possible consolidation.

e) Involve the test team to see what ease-of-use improvements they would like to see made to the TAS.

A.

c and d

B.

b and c

C.

a and b

D.

d and e

Full Access
Question # 8

What represents good practice when automating a manual regression test suite?

A.

Test data shared between tests should, where feasible, be stored and accessed from a single source to avoid duplication or introduction of error.

B.

All existing manual tests should be decomposed into several smaller automated tests to reduce functional overlap.

C.

Remove inter-dependencies between tests to reduce automation failures and costly error analysis.

D.

Once a manual test has been automated, execute it immediately to Identify whether it operates correctly.

Full Access
Question # 9

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.

Capture-replay scripting

C.

Data-driven scripting

D.

Model-based scripting

Full Access
Question # 10

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.

Design a new TAS for each SUT, and manage each one through a dedicated automation support team.

B.

Install the current TAS into a central repository so that other tests on different SUTs use the same version of the TAS.

C.

Check for correct connectivity to internal and external systems to ensure that the TAS has been installed and configured correctly for each SUT.

D.

Develop a tool that keeps track of automation failures across the different SUTs and produces regular reports to stakeholders.

Full Access
Question # 11

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.

Percentage of code covered by the test automation.

B.

Equivalent Manual Test Effort for the automated tests.

C.

Number of defects found by test automation.

D.

Percentage of builds accepted/rejected by the automated tests.

Full Access
Question # 12

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.

Return the database to a consistent state that allows subsequent test to run

C.

Take a backup of the database in its current state. So It can be analyzed later

D.

Re-run the test automation suite starting from the 1st test.

Full Access
Question # 13

Which of the following is NOT a technical design consideration for a TAA?

A.

The number of users for the SUT

B.

Availability of interfaces for the SUT to be testable

C.

Standards and Legal requirements, e.g data privacy

D.

Data used by the SUT, e.g configuration, users

Full Access
Question # 14

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.

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.

B.

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

C.

Verify the behavior of the whole automated test suite by running all the automated tests

D.

Do not run any tests because you can immediately confirm the correct functioning of the automated test suite

Full Access
Question # 15

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

Full Access
Question # 16

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.

Linear scripting

B.

Structured scripting

C.

Data-driven scripting

D.

Keyword-driven scripting

Full Access
Question # 17

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?

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.

Full Access
Question # 18

When the SUT provides interfaces that can then be used to perform actions on the SUT, what is this called?

SELECT ONE OPTION

A.

Controllability

B.

Observability

C.

Portability

D.

Maintainability

Full Access
Question # 19

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 approach used for deployed this tool is aligned to the standard success factor for deployment

B.

The pilot project should have been critical so that maximum benefits were delivered

C.

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.

D.

The test process should be radically changed to gain additional benefits from using the tool.

Full Access
Question # 20

What are the four horizontal layers of the gTAA?

A.

Test adaptation, test execution, test design, test definition

B.

Test generation, test execution, test definition, test APIs

C.

Test generation, test definition, test execution, test adaptation

D.

Test definition, test execution, test reporting, test adaptation

Full Access
Question # 21

You are implementing test automation for a project and you want to be able to generate test cases automatically using a series of test design tools which use a variety of test design techniques such as decision tables, pairwise testing and boundary value analysis.

You also want to generate test data automatically which can then be used by the tests.

Initially these tests will be run manually to verify their correctness and ultimately you want to include them in the test execution tool so that they can run unattended.

Which layer of the gTAA will be used to support the specification of the test cases and preparation of the test data?

A.

The generation layer

B.

The definition layer

C.

The execution layer

D.

The adaptation layer

Full Access
Question # 22

You have implemented a keyword-driven scripting framework, which uses a test execution tool to run the tests. This has been in use for the past year and all of the teams now use this framework as the standard approach for test execution.

The teams all work on different aspects of the SUT and they have all experienced significant benefits in the use of this scripting framework. However, on closer examination, you have discovered that there are numerous instances where the teams have the same functionality to test but are using different keywords.

One of your objectives for improvement is to create consistency among the teams.

What is the BEST way to handle this situation?

A.

Move to a model-based approach to scripting where the models include the keywords.

B.

Do nothing, each team are working in isolation and they are all experiencing significant benefits in the way they are currently working.

C.

Provide each team with a set of guidelines and naming conventions for keywords.

D.

Create a central library of keywords and associated definitions for each team to use.

Full Access
Question # 23

Which of the following CORRECTLY describes how automation SHOULD be applied to confirmation testing?

A.

Confirmation tests are not good candidates for automation as they are not designed to run many times

B.

Confirmation tests should only be automated if they fail to pass on the first attempt

C.

Confirmation tests can be automated and incorporated into an automated regression suite to show whether defects that were previously fixed reoccur

D.

A confirmation test should only be automated after it has been run manually

Full Access
Question # 24

A web application was released into production one year ago, it has regular release which follow a V-model lifecycle and testing is well-established and fully integration into the development lifecycle. You have been asked to implement a TAS for the regression test suite. The regression tests have been developed via the GUI and are expected to be run at least four times a month, for each planned release, for the whole operation solution life of the system (six years). Each screen of the GUI uses several third-party controls which are not compatible with the existing automation solutions. The environment for the automation will be stable, fully controllable and separated from other environments (development, staging, production).

What could be the MOST problematic for this TAS?

A.

Maturity of the test process

B.

Complexity to automate

C.

Frequency of use

D.

Sustainability of the automated environment

Full Access