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

ISTQB CT-TAE - Certified Tester Test Automation Engineer

Page: 2 / 3
Total 80 questions

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

A.

When implementing the SUT

B.

When designing a TAF

C.

When designing a TAA

D.

When developing a TAS

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?

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.

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

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

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

You are reviewing the testability of your SUT.

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

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

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?

A.

Portability.

B.

Maintainability.

C.

Observability.

D.

Controllability.

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

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?

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.

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

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

Which of the following statements about the reuse of TAS artefacts is TRUE?

A.

Reusable TAS artefacts can include components (or parts of components) associated with different layers of the TAA

B.

To enable reuse of TAS artefacts, a good design for reuse is built into the TAA and to further action are needed during the TAS lifecycle

C.

Communications maintenance and improvements for reusing TAS artefacts are modify addressed during the design of the TAA

D.

Reusable TAS artifacts associated with the definition layer of the TAA include the adaptors to the SUT components and/or interfaces