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

CT-TAE Certified Tester Test Automation Engineer Questions and Answers

Questions 4

You have inherited a TAS that is working well it uses keyword-driven scripting and was well architected. The automation architect who built the system has now moved on to another company. The TAS is working across several projects and has a multiple library of keywords, categorised by project. The individual project teams maintain these keyword scripts.

Based only on the given information, what is the MOST significant risk for the TAS?

Options:

A.

The keyword driven scripts may become out of date if not maintained

B.

The level of abstraction, coupled with the departure of the architect may make the system hard to maintain

C.

New projects may not work as well with the TAS as the current projects

D.

Because the keyword scripts are maintained by different teams, there is a likelihood that good coding standards are not followed

Buy Now
Questions 5

The Test Automation Manager has asked you to provide a solution for collecting metrics from the TAS that measures code coverage every time the automated regression test pack is run. The metrics must be trend based to ensure that the scope of the regression test pack continues to reflect enhancements made to the SUT - coverage must not drop and should ideally increase. The solution must be as automated as possible to avoid unnecessary manual overheads and errors.

Which of the following approaches would BEST meet these requirements?

Options:

A.

Test automation cannot measure code coverage for the SUT, only the code for the automation tools and scripts. The automated test cases would need to be run manually with a code coverage and reporting tool running in the background.

B.

The automated testware would record overall code coverage for each run and add the figure to a new row in a pre-formatted Excel spreadsheet. You would then present the spreadsheet to stakeholders so they could look for changes in coverage.

C.

The automated testware would record overall code coverage for each run, export the data to a pre-formatted Excel spreadsheet that automatically updates a trend analysis bar chart for you to distribute to stakeholders.

D.

The automated testware would record the pass/fail rate of each regression test case, export the data to a pre-formatted Excel spreadsheet that automatically updates a trend analysis success rate bar chart and emails it to stakeholders.

Buy Now
Questions 6

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?

Options:

A.

A and C

B.

A and E

C.

B and E

D.

C and D

Buy Now
Questions 7

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?

Options:

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.

Buy Now
Questions 8

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?

Options:

A.

Portability.

B.

Maintainability.

C.

Observability.

D.

Controllability.

Buy Now
Questions 9

Which of the following is considered a disadvantage of test automation?

Options:

A.

Automated exploratory testing is difficult to implement

B.

Test automation can be a distraction from the objective of finding bugs

C.

Tests are more likely to have operator errors.

D.

Slower feedback on the quality of the system.

Buy Now
Questions 10

Which of the following attributes should NOT be included in a test execution report associated with a suite of automated tests?

Options:

A.

Summary of the test execution results

B.

System/Application under test and its version

C.

Defect clusters identified during test execution

D.

Environment in which the tests have been executed

Buy Now
Questions 11

Consider a TAS that is going to be deployed for the first time. The TAS requires share resources and run it its own test environment. The infrastructure for the TAS has been created along with maintenance procedures. It is very unlikely the TAS will be required to work in other target

Environments. There is a high-risk that when the TAS is deployed in its own test environment, a number of existing application will no longer work because of conflicts with the existing shared resources.

Which of the following activities would you expect to be MOST effective at mitigating the risk associated with the first deployment of the TAS?

Options:

A.

Testing the TAS for application compatibility issues in the target environment

B.

Testing the TAS for its ability to be implemented in other target test environments.

C.

Testing the TAS for regressions due to optimization that fix non-functional issues.

D.

Testing the TAS for ITS ability to run a shared test environment

Buy Now
Questions 12

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 13

Which of the following is NOT an advantage of test automation?

Options:

A.

The ability to perform tests which would be difficult or impossible to execute manually

B.

The ability to run more tests in less time and therefore to make it possible to run them more often

C.

The ability to find more defects with the same tests, compared to executing the same test manually

D.

The ability to enable a better use of skilled testers by freeing them from repetitive and boring tasks

Buy Now
Questions 14

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

Options:

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

Buy Now
Questions 15

Your functional regression test automation suite ran successfully for the first two sprints and no failures were encountered during the runs. The automation suite records the status of each test case as either 'pass' or 'fail' and has excellent recovery capability built in.

For the third sprint, the TAS log reported several test cases with a status of 'fail'. You investigated each test case and found that most failures were due to a defect in one of the keyword scripts, rather than in the SUT. For those where the failure was in the SUT, defect reports were raised but several were returned by the developers asking for more information to enable them to reproduce the problem.

Which additional log items SHOULD you add to the TAS that would BEST improve failure analysis and defect reporting for future sprints?

a) Dynamic measurement information about the SUT.

b) A status of TAS error’, in additional to pass' and 'fail', for each test case.

c) Use of a colour coding scheme so that 'pass’ is in red and fail' is in green.

d) A counter to determine how many times each test case has been executed.

e) System configuration information including software/firmware and operating system versions.

f) A copy of the source code for all Keyword scripts executed.

Options:

A.

a and b

B.

d and e

C.

a and c

D.

b and e

Buy Now
Questions 16

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 17

Which of the following statements BEST describe aspects of the SUT to consider when designing a TAA?

Options:

A.

All the interaction between SUT and TAS should be logged with the highest level of detail

B.

All the internal test interfaces of the SUT should be removed prior to the product release

C.

All the interface of the SUT affected by the tests should be controllable by the TAA

D.

All the external test interfaces of the SUT should be removed prior to the product release

Buy Now
Questions 18

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 19

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

Options:

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

Buy Now
Questions 20

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 21

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 22

You have executed an automated test suite for a product that was released into production. Although all the tests passed, there was a major failure in production in an area that was covered well by your automated tests.

You have run the automated tests again and one of the tests is now failing and this is directly related to the production defect that was raised. You decide to run the automated test suite again on the same version of the SUT and the test now passes.

What SHOULD you do now to verify the validity of the automated tests?

Options:

A.

Remove the intermittently failing test from the test suite and investigate the reason why the test sometimes passes and sometimes fails.

B.

Check that the production defect that was reported was an actual defect

C.

Run the automated test suite again and if the test now passes - do nothing

D.

Reference: https://www.researchgate.net/publication/341396240_Intermittently_Failing_Tests_in_the_Embedded_Systems_Domain

Buy Now
Questions 23

Designing the System Under Test (SUT) for testability is important for a good test automation approach and can also benefit manual test execution.

Which of the following is NOT a consideration when designing for testability?

Options:

A.

Observability: The SUT needs to provide interface that give insight into the system.

B.

Re-useability: The code written for the SUT must be re-useable for other similar system.

C.

Clearly defined architecture: The SUT Architecture needs to provide clear and understandable interfaces giving control and visibility on all test levels.

D.

Control: the SUT needs to provide interfaces that can be used to perform actions on SUT.

Buy Now
Questions 24

Which of the following statements does NOT describe good practice for maintaining the TAS?

Options:

A.

The TAS must run in the development environment because development and programming knowledge are required for its maintainability

B.

The TAS must be under configuration management, along with the test suite, the testware artefacts and the test environment in which it runs

C.

The TAS must separate the test scripts from the environment in which it runs and from the associated harnesses and artefacts

D.

The TAS must consist of components that can be easily replaced without affecting the overall behavior of the TAS itself

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

PDF + Testing Engine

$56  $159.99

Testing Engine

$42  $119.99
buy now CT-TAE testing engine

PDF (Q&A)

$35  $99.99
buy now CT-TAE pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 16 May 2024