Spring Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

New Release CTAL-TAE Advanced Level Test Automation Engineer Questions

Page: 2 / 6
Total 80 questions

ISTQB Certified Tester Advanced Level, Test Automation Engineering Questions and Answers

Question 5

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.

Question 6

You have been asked to automate a set of functional tests at system Test level via the CLI of the SUT for the first release of a software system. The automated tests will be delivered to the learn in change of maintenance testing, who will use them for part of the regression testing. They have the following requirements.

1. The automated tests must be as fast and cheap to maintain as possible

2. The cost of adding new automated tests must be as low as possible

3. The automated tests must have a high level of independence from the tool itself

Which of the following scripting techniques would be MOST suitable?

Options:

A.

Data-driven scripting

B.

Keyword-driven scripting

C.

Linear scripting

D.

Structure scripting

Question 7

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?

Options:

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

Question 8

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?

Options:

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

Page: 2 / 6
Total 80 questions