Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dumps65

ISTQB CT-TAE Dumps

Page: 1 / 8
Total 80 questions

Certified Tester Test Automation Engineer Questions and Answers

Question 1

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

Question 2

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

Options:

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.

Question 3

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

Question 4

What is NOT a factor in considering when you are asked to ensure an effective transition from manual to automated tests?

Options:

A.

Complexity to automate the manual test cases

B.

Correctness of test data and test cases

C.

The look and feel of the SUT

D.

The controllability of the SUT

Question 5

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

Question 6

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.

Question 7

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

Question 8

You have investigated a new tool which enables the modelling of the SUT and can then generate test cases either manually or automatically. You have convinced your managers that the best way forward is to conduct a pilot project for this tool. You need to select a project to use for the pilot. You have the choice of the following projects:

Project A: A two-year project that is critical to the business and is currently in the requirement phase. This project is for a new e-commerce web site and is mostly being developed “in-house" although the payment system is being developed and delivered by a 3rd party provider.

Project B: A safety critical application for software to drive and park cars.

Project C: An upgrade to an important HR timesheet tracking application that will be available on a desktop and mobile application. This is a 1-month project developed in-house.

Project D The payment system from project A.

Which project would be BEST for the pilot?

Options:

A.

Project A because it is a large project and has high visibility and is in the requirement phase.

B.

Project B because it is a safety critical system and has high visibility.

C.

Project C because it is a short, low priority project but is important.

D.

Project D because it is a small part of a larger project and will help show the tool’s capabilities.

Question 9

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

Question 10

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

Question 11

New features have been added for the current release of a SUT.

Which action would NOT be appropriate for the TAE to perform when evaluating the impact on the TAS?

Options:

A.

Gather feedback from the Business Analysts to determine if the current TAS will meet the needs of the new features.

B.

Review existing keywords to see if they need to be modified.

C.

Run existing automated tests against the updated SUT to verify and record any changes to their correct operation.

D.

Evaluate compatibility with existing test tools and, where necessary, identify alternative solutions.

Question 12

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

Question 13

You are planning the pilot for an in-house developed Test Automation solution (TAS).

Which two of the following would be important steps to take as part of the planning process?

a) Review your organisation's current projects and identify which one would be most suitable to pilot the TAS.

b) Ensure that the developers will provide the necessary commitment for the TAS deployment activities.

c) Run a series of training workshops for new users of the TAS before they are asked to use it.

d) Develop a project plan for the pilot and reserve the necessary budget and resources for its implementation.

e) Ask the developers to provide any missing functionality during the deployment activities.

Options:

A.

a and b

B.

b and d

C.

c and d

D.

c and e

Question 14

Consider a SUT that small run on multiple platform during the execution of automated test runs. In each test run an automated test suite needs to be executed, with the same version of the TAF, against the same version of the SUT of each platform. Each platform shall have its own dedicated test environment. Your goal is to implement a process as automated as possible ( i.e with minimal manual intervention) that allows implementing a consistent setup of the TAS across the multiple test environments.

Which two of the following aspects are MOST relevant for achieving your goal in this scenario?

A) The configuration of the TAS uses automated installation scripts

B) The TAF saves the logs needed to debug errors in XML format

C) Features of the TAF not used by the automated tests have been tested

D) All the automated test cases contain the expected results

E) The TAS components are under configuration management

Options:

A.

A and e

B.

B and c

C.

B and d

D.

A and d

Question 15

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

Question 16

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

Options:

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

Question 17

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?

Options:

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.

Question 18

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

Question 19

You are the TAE for an Agile project which has six sprints for the current release. Sprint five is underway and the automated regression suite is due to start later today.

You have re-examined the results from the automated regression runs for the past four sprints. You notice that two test cases both reported a pass for sprints 1 and 4 but a fail for sprints 2 and 3. The failures have gone undetected and are therefore unexplained. Both test cases are closely coupled with other tests in the suite.

What course of action SHOULD you take?

Options:

A.

Run the regression suite as planned and see If the tests fail again if they do, determine the cause of failure.

B.

Remove the test cases from the regression suite and refer them to the test designer for manual testing for future sprints.

C.

Quarantine the test cases, run the regression suite without them, and perform root cause analysis on the test cases in parallel.

D.

Run the test cases manually now. If they still pass, keep them in the regression suite, if they fail perform root cause analysis.

Question 20

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

Question 21

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

Question 22

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

Question 23

A regression test suite consist of 500 test cases which are all executed manually. The business case for a pilot project is based on the adoption of test automation using a commercial tool that will reduce the execution time by a factor of 90% for 100% of the tests in the regression test suite. The pilot project lasted one month ( as planned) and you are currently its results. At the end of the pilot project, 40% of the regression tests have been automated and their execution time has been reduce by 60%.

Which of the following statements is TRUE in this scenario?

Options:

A.

The duration of the pilot project was too short –it should last unit the success factors are achieved

B.

The target defined for the business case is too accurate –it should not be measureable

C.

The project selected for the pilot is too critical –if should not be too critical or too trivial

D.

The target defined for the business case seems difficult to hit – it should be realistic

Question 24

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.

Page: 1 / 8
Total 80 questions