Weekend Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: geek65

CT-TAE Certified Tester Test Automation Engineer Questions and Answers

Questions 4

Consider A TAS for testing a desktop application via its GUI. All the test cases of the automated test suite contain the same identical sequences of steps at the beginning (to create the necessary objects when doing a preliminary configuration of the test environment and at the end (to remove everything created –specifically for the test itself during the preliminary configuration of the test environment). All automated test cases use the same set of assertion functions from a shared library, for verifying the values in the GUI fields ( e.g text boxes).

What is the BEST recommendation for improving the TAS?

Options:

A.

Implementing keywords with higher level of granularity

B.

Improving the architecture of the application in order to improve its testability

C.

Adopting a set of standard verification methods for use by all automated tests

D.

Implementing standard setup and teardown functions at test case level

Buy Now
Questions 5

When if the BEST time for automation to consider legal and/or standard requirements for a SUT?

Options:

A.

When implementing the SUT

B.

When designing a TAF

C.

When designing a TAA

D.

When developing a TAS

Buy Now
Questions 6

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 7

A defect in a SUT has been resolved and validated by an automated defect re-test in the current release of the software. This retest has now been added to the automated regression test suite.

Which statement BEST describes a reason why this defect could re-occur in future releases?

Options:

A.

Automated defect confirmation testing is not effective at confirming that the resolved defect will continue to work in future releases

B.

The configuration management process does not properly control the synchronization between software archives

C.

The automated regression test suite is not run consistently for future releases.

D.

The automated regression test suite has a narrower scope of functionality

Buy Now
Questions 8

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?

Options:

A.

The reporting layer

B.

The logging layer

C.

The execution layer

D.

The adaptation layer

Buy Now
Questions 9

A major component of your organisation's Test Automaton Solution (TAS) is a popular open-source third-party capture-replay tool for automated functional testing.

Which two of the following must the Test Automation Engineer (TAE) ensure happens for this TAS?

a) The third party tool is placed under configuration management control.

b) The annual support and maintenance costs are agreed with the tool's vendor.

c) It is Important to obtain information about updates and new versions of the tool so that the third party tool is kept up to date.

d) Ensure that the TAS test scripts are integrated into the tool's framework.

e) Ensure that no changes are made to the tool, because modifications are not allowed for third party products.

Options:

A.

a and b

B.

c and d

C.

a and c

D.

d and e

Buy Now
Questions 10

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.

Options:

A.

c and d

B.

b and c

C.

a and b

D.

d and e

Buy Now
Questions 11

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
Questions 12

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 13

Your project is transitioning from manual to automated testing. You have decided to implement a pilot project so that lessons learned can inform future time estimates and schedules.

Which two of the following represent the types of test cases that are MOST suited to a test automation pilot project?

a) High added value test cases that require little effort to automate.

b) Test that are run infrequently as these will be simpler to automate

c) Reliability test cases that can show added value soon

d) Technically challenging test cases to provide the best validation of manual test conversion

e) Tests that are least Important to the business as these are safer to trial

Options:

A.

a and b

B.

a and c

C.

b and d

D.

c and e

Buy Now
Questions 14

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 15

You have been asked to determine a TAS for a new release of a SUT, test should be automated wherever. The new release will consist of 5 new interfaces and an amendment to 3 existing interfaces. The new and amended interface will be deliver incrementally in 3 sprints, each lasting 2 weeks.

What would be the BEST Test Automation Solution (TAS) design in this scenario?

Options:

A.

Automate tests at both Component and System Level. Only do this automation once every interface has been fully developed or amended and manual testing has completed successfully.

B.

Automate tests at one level only, System level. Use only the newly developed interfaces and do not create any customized interfaces/test hooks.

C.

Automate the tests at two levels, Component and System level. Create customized hooks at Component level for interface not yet developed or amended. Only use the newly developed or amended interfaces to test at System level.

D.

Automate a test at once level, component level, Create customized interface/test hooks for this level where the interface has not yet been developed or amended.

Buy Now
Questions 16

Which of the following describes how a test execution report is likely to be used?

Options:

A.

To understand which test step caused the failure in a test case

B.

To identify problematic areas of the SUT by keeping a history showing which test cases fail the most

C.

To measure coverage of the test basis by a test suite

D.

To record how a test case failure has been fixed

Buy Now
Questions 17

A project consists of distributed teams working in a 24-hour environment, where activities happen at all hours of the day. This project adopts a CI (Continuous Integration) process when developer check-in code and consists of automated activities that include generating a build and deploying it to a test environment. Automated integration tests are run multiple times a day. The project have asked for a report containing the automation test results for every build, which must be available 24/7 to the project team.

Which of the following would be the BEST way to automatically provides this report?

Options:

A.

Store the execution results of the integration tests for the last build to a database (without overwriting the results from the previous builds), use this database to automatically update a dashboard containing the build history and test results accessible to the project team.

B.

Store the execution result of the integration tests for the last build to a database (overwriting the results from the previous build), automatically create a test execution report for this build send It via e-mail to the project team

C.

Store the execution results of the integration tests for the last build to a database (without overwriting the results from the previous builds). Automatically create a test execution report for this build and send it via e-mail to the project team

D.

Store the code coverage results of the integration tests for the last build to a database (without overwriting the results from the previous builds). And automatically create a chart showing the trend in code coverage and send via email to the project team.

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

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 20

Which of the following success factors for a test automation project is TRUE?

Options:

A.

Automated tests must be designed to capture only the data that is strictly needed for comparing expected and actual results

B.

The test cases to be automated first must always be selected based on the number of times a test will need to be run

C.

The test cases to be automated must have a high dependency on particular data values

D.

Automated tests that fail due to changes in the requirements of the SUT should be promptly fixed rather than disabled from the test suite

Buy Now
Questions 21

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 22

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?

Options:

A.

Maturity of the test process

B.

Complexity to automate

C.

Frequency of use

D.

Sustainability of the automated environment

Buy Now
Questions 23

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

Options:

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

Buy Now
Questions 24

Consider a TAS deployed into production. The SUT is a web application and the test suite consists of a set of automated regression tests developed via GUI. A keyword-driven framework has been adopted for automating the regression tests. The tests are based on identification at low-levels of the web page components (e.g class indexes, tab sequence indexes and coordinates) in the next planned release the SUT will be subject to significant corrective maintenance (bug-fixes) and evolution (new features) Maintenance costs to update the test scripts should be as low as possible and the scripts must be highly reusable.

Which of the following statements is most likely to be TRUE?

Options:

A.

The keyword-driven framework is not suitable, it would be better to adopt a structured-scripting approach

B.

False positive errors are likely to occur when running the automated tests on the new releases without modifying the test

C.

The total execution time of the automated regression test suite will decrease for each planned release.

D.

The keyword-driven framework introduces a level abstraction that is too high and makes it difficult what really happens

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

CT-TAE PDF

$28  $80
CT-TAE Engine

CT-TAE Testing Engine

$33.25  $95
CT-TAE PDF + Engine

CT-TAE PDF + Testing Engine

$45.5  $130