Weekend Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtick70

CT-TAE Certified Tester Test Automation Engineer Questions and Answers

Questions 4

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?

Options:

A.

Tool scripting metrics

B.

Automation code defect density

C.

Trend metrics

D.

The number of false-fail results

Buy Now
Questions 5

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?

Options:

A.

The average maintenance cost to keep an automated test in sync with the SUT

B.

The number of hours of manual test effort saved by implementing a TAS

C.

A measure of defect density within the TAS automation code

D.

A measure of how many automated tests pass and fail

Buy Now
Questions 6

Which of the following statement about the implementation of automated regression testing is FALSE?

Options:

A.

When automating regression tests, the structure of automated tests must always be the same as the corresponding manual tests

B.

When automating regression tests, the corresponding manual tests should have already been executed to verify they operate correctly

C.

When automating regression tests, the initialization steps set the test preconditions should be automated wherever possible

D.

When automating regression tests, consideration should be given to how much time would be saved by automation

Buy Now
Questions 7

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?

Options:

A.

Verify the testability support with the providers of the third party components

B.

Verify whether the GUI identification depends on the browser.

C.

Adopt an approach that uses the coordinates of the GUI elements instead

D.

Verify whether naming standards for variables and have been defined for the current automation solution

Buy Now
Questions 8

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?

Options:

A.

The generation layer

B.

The definition layer

C.

The execution layer

D.

The adaptation layer

Buy Now
Questions 9

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?

Options:

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

Buy Now
Questions 10

If model-based testing has been selected for the overall test automation approach for a project, how does that influence the layers of the TAA?

Options:

A.

All layers are used, but the test generation layer will be automated based on the defined model

B.

There will be no need for the execution layer

C.

No adaptation will be needed because the interfaces will be defined by the model

D.

There will be no need to design the tests for the API because those will be covered by the model

Buy Now
Questions 11

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?

Options:

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

Buy Now
Questions 12

You are reviewing the testability of your SUT.

Which of the following BEST refers to the characteristic of OBSERVABILITY?

Options:

A.

The ability of the SUT to perform its intended function for a specified period of time

B.

The ability to exercise the SUT by entering inputs, triggering events and invoking methods

C.

The ability of the SUT to prevent unauthorized access to its components or data.

D.

The ability to identify states, outputs, intermediate result and error messages in the SUT

Buy Now
Questions 13

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?

Options:

A.

Implement the custom logging functions without saving timestamps

B.

Implement the custom logging functions to support different levels of tracing

C.

Implement the custom logging functions without saving stack traces

D.

Implement the custom logging functions to redirect the logs to multiple files

Buy Now
Questions 14

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?

Options:

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.

Buy Now
Questions 15

What are the four horizontal layers of the gTAA?

Options:

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

Buy Now
Questions 16

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?

Options:

A.

Data-driven scripting

B.

Keyword-driven scripting

C.

Linear scripting

D.

Structure scripting

Buy Now
Questions 17

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

Options:

A.

Changing the scripting approach to data-driven scripting

B.

Implementing keywords with a higher level of granularity

C.

Changing the wait mechanism to explicit hard-coded waits

D.

Establishing an error recovery process for TAS and SUT

Buy Now
Questions 18

You are using a gTAA to create a TAS for a project. The TAS is aimed specifically at automating a suit of existing manual test cases for standalone desktop applications. All the interfaces between the TAS and SUT will be from the CUI of the application.

Which of the following layers of the gTAA should you focus on for the TAS?

Options:

A.

The test Generation layer

B.

The Test Definition layer

C.

The Test Adaption layer

D.

The Test Execution layer

Buy Now
Questions 19

Consider the following example of TAS metrics.

Time to execute automated tests

Speed and efficiency of TAS components

Which of the following statements is TRUE?

Options:

A.

A and B are both internal TAS metrics

B.

A is an internal TAS metric and B is an external TAS metric

C.

A and b are both external TAS metric

D.

A is and external TAS metric and b is an internal TAS metric

Buy Now
Questions 20

In order to achieve re-use of a TAS, where SHOULD the design for reuse occur?

Options:

A.

At the code level

B.

At the framework level.

C.

At the TAS level

D.

At the TAA level

Buy Now
Questions 21

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?

Options:

A.

The connectivity from the TAS to the dedicated test interfaces will not work

B.

The process of configuring the TAS will be error-phone due to manual intervention

C.

The automated test cases will not contain the expected result

D.

False alarms, that are unlikely to occur in the real world, will be observed during testing

Buy Now
Questions 22

You are implementing a TAS for a system that has been live for over three years, using a hybrid waterfall and agile lifecycle. Live updates are made on a monthly basis.

There is no test team, with developers designing and executing unit and integration tests with some degree of automation and business analysts designing and executing manual tests at the system level. No formal test process exists, although the system has proved relatively stable for most of the time.

Unfortunately, the last two monthly releases were problematic with regression defects found in production. Your priority is the automation of functional regression tests at the system level, the budget for this has been approved by project stakeholders.

The Business Analysts have identified which test cases are most suitable for regression. You must use the organisation's long standing commercial automation tool which has passed a proof of concept in the platform for the system in question.

Which of the following suitability criteria needs the MOST attention for the TAS?

Options:

A.

Technical planning in support of ROI analysis

B.

Frequency of use.

C.

Compatibility and tool support

D.

Maturity of the test process

Buy Now
Questions 23

Consider the following layers of the gTAA structure:

a. Test generation layer

b. Test definition layer

c. Test execution layer

d. Test execution layer

Consider the following capabilities associated with these layers.

Acquire all the necessary resources before each test and release all after run, in order to avoid interdependences between test

Allow the automated test scripts on an abstract level to interact with components, configurations and interfaces of the SUT.

Design test directives that allow configuring the algorithms used to automatically produce the test cases a given model of the SUT.

Allow the definition and implementation of test cases and data by means of templates and/or guidelines.

Which of the following BEST matches each layer with the appropriate capability?

Options:

A.

a-3, b-4, c-1, d-2

B.

a-4, b-3, c-1, d-2

C.

a-4, b-3, c-2, d-1

D.

a-3, b-4, c-2, d-1

Buy Now
Questions 24

Which of the following is an important success factor for any significant automation project?

Options:

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

Buy Now
Exam Code: CT-TAE
Exam Name: Certified Tester Test Automation Engineer
Last Update: Sep 7, 2024
Questions: 80
CT-TAE pdf

CT-TAE PDF

$24  $80
CT-TAE Engine

CT-TAE Testing Engine

$28.5  $95
CT-TAE PDF + Engine

CT-TAE PDF + Testing Engine

$39  $130