Spring Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

(Which of the following statements about how test automation is applied across different software development lifecycle models is TRUE?)

A.

In Agile software development, automated regression test suites sometimes grow so large that they can become difficult to maintain, and thus, it becomes crucial to invest in test automation at multiple test levels

B.

In a Waterfall model, automated tests are usually executed only during the last phase of the development lifecycle, but their implementation occurs in the early stages

C.

In Agile software development, regardless of context (e.g., type of application to be developed, tools available), test automation must be based on the test automation distribution known as the test pyramid model

D.

Unlike Agile software development, where automated unit tests are written by developers, often in a test-first fashion, in a V-model, automated unit tests are written by testers as part of unit testing

Some automated regression test scripts run by a TAS in a given test environment make calls to private APIs that require authentication for all requests (the authentication method is the same for all APIs). The SUT is a business-critical system. The following two changes are planned: a change in the authentication method of all APIs and a minor upgrade of the OS (Operating System) in the test environment. You have updated the test scripts to cope with the change in the API authentication method. Which of the following sequences of activities is BEST to ensure that the test scripts are not adversely affected by these changes?

A.

First upgrade the OS, then implement the change in the API authentication method, and finally run all the updated test scripts

B.

Implement one change at a time and run a subset of the updated test scripts after each change, and finally run all the updated test scripts

C.

First implement the change in the API authentication method, then upgrade the OS, and finally run all the updated test scripts

D.

Implement one change at a time and run a subset of the updated test scripts after each change

Which of the following practices can be used to specify the active (i.e., actually available) features for each release of the SUT and determine the corresponding automated tests that must be executed for a given release?

A.

Feature-driven development

B.

The use of feature files

C.

Test-driven development

D.

The use of feature toggles

Which of the following layers within the TAA contains technology-specific implementations that enable automated tests to have the execution of their logical actions result in actual interaction with the appropriate interfaces of the SUT?

A.

Test generation layer

B.

Test definition layer

C.

Test execution layer

D.

Test adaptation layer

Which of the following statements about the relationship between TAA, TAS and TAF is true?

A.

A TAF can be used to implement a TAS, which is an implementation of a TAA

B.

A TAS can be used to implement a TAF, which is an implementation of a TAA

C.

A TAS can be used to implement a TAA, which is an implementation of a TAF

D.

A TAF can be used to implement a TAA, which is an implementation of a TAS

Which of the following information in API documentation is LEAST relevant for implementing automated tests on that API?

A.

Release notes/change logs on past changes to the API

B.

Details about the parameters accepted by each API endpoint

C.

Authentication mechanisms required to access the API

D.

Details about the format of the API responses

To improve the maintainability of test automation code, it is recommended to adopt design principles and design patterns that allow the code to be structured into:

A.

Highly coupled and loosely cohesive modules

B.

Highly coupled and highly cohesive modules

C.

Loosely coupled and highly cohesive modules

D.

Loosely coupled and loosely cohesive modules

Which of the following is the BEST example of how static analysis tools can help improve the test automation code quality in terms of security?

A.

Static analysis tools do not generate false positives when attempting to detect security vulnerabilities within test automation code

B.

Static analysis tools can help detect the presence of repeated instances of code within test automation code

C.

Static analysis tools can help detect hard-coded credentials that expose sensitive information within test automation code

D.

Static analysis tools can ensure there are no security vulnerabilities within test automation code

(In User Acceptance Testing (UAT) for a new SUT, in addition to the manual tests performed by the end-users, automated tests are performed that focus on the execution of repetitive and routine test scenarios. In which of the following environments are all these tests typically performed?)

A.

Build environment

B.

Integration environment

C.

Preproduction environment

D.

Production environment

As a TA-E, you have successfully verified that a test automation environment and all other components of the TAS are working as expected. Now your goal is to verify the correct behavior for a given automated test suite that will be run by the TAS. Which of the following should NOT be part of the verifications aimed at achieving your goal?

A.

Is the connectivity between the TAS and the necessary internal and external systems available and stable?

B.

Does the level of intrusion of automated test tools influence confidence in the suite's test results?

C.

Do all automated tests within the suite always provide the same results across multiple runs?

D.

Are all automated tests within the suite complete in terms of test data, including expected results?