Weekend Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

CT-TAE Questions and Answers

Question # 6

Assume that you are the TAE responsible for the correct functioning of a TAS, deployed in a test environment that consists of a few machines running the same version of the operating system. The TAS has been working and stable since its deployment, it has been used to run an automated test suite consisting of many similar automated test. The infrastructure team is planning to update the operating system on these machines by installing a new the service pack for security reasons. Since the vendor of the operating system assurance full backward compatibility, the infrastructure team assurance that there will be no impacts on the functioning of the TAS.

What is the BEST approach to confirm the correct functioning of the TAS in this scenario?

A.

Verify the behavior of the automated tests by running a small tests, then gradually run the remaining tests to confirm the correct functioning of the whole automated test suite.

B.

Make sure that the infrastructure team has completed installing the service pack on the machines where SUT is running, then run the whole automated test suite to verify its behavior

C.

Verify the behavior of the whole automated test suite by running all the automated tests

D.

Do not run any tests because you can immediately confirm the correct functioning of the automated test suite

Full Access
Question # 7

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.

Full Access
Question # 8

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

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

Full Access
Question # 9

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?

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.

Full Access
Question # 10

Consider A TAS for testing a desktop application via its GUI. All the test cases of the automated test suite contain the same identical sequences of steps at the beginning (to create the necessary objects when doing a preliminary configuration of the test environment and at the end (to remove everything created –specifically for the test itself during the preliminary configuration of the test environment). All automated test cases use the same set of assertion functions from a shared library, for verifying the values in the GUI fields ( e.g text boxes).

What is the BEST recommendation for improving the TAS?

A.

Implementing keywords with higher level of granularity

B.

Improving the architecture of the application in order to improve its testability

C.

Adopting a set of standard verification methods for use by all automated tests

D.

Implementing standard setup and teardown functions at test case level

Full Access
Question # 11

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

Full Access
Question # 12

Your organisation has successfully implemented a Test Automaton Solution (TAS) for a new project which has since been delivered into production via a number of sprints. A series of maintenance releases are now planned.

Some improvements were made to the Test Automation Architecture (TAA) as a result of feedback from the early sprints. The TAA improvements affected the TA, and the TAS was changed for the final sprint.

The new version of the TAS was generally well received but some performance and usability issues were encountered with the TAS which have yet to be addressed.

The test automation engineers supporting the maintenance releases must decide whether to use the enhanced TAS or the version that was used successfully for previous sprints.

What is the BEST action to take next?

A.

Perform an analysis of risks versus benefits for the enhanced TAS and then decide which version to use.

B.

Use the previous version because this was proven to work. It will be too risky to use the new version, with unresolved issues, for a live system.

C.

Use the new version because, despite some issues, it works, and the live system should not be tested using a different TAS.

D.

Use the new version of the TAS for the first maintenance release on a trial basis. If issues are encountered, switch to the previous version for later releases until the issues are resolved.

Full Access
Question # 13

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

Full Access
Question # 14

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?

A.

Data-driven scripting

B.

Keyword-driven scripting

C.

Linear scripting

D.

Structure scripting

Full Access
Question # 15

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

Full Access
Question # 16

You are evaluating several test modelling tools and are wanting to automatically generate test cases within the tool where many different combinations of input data are created.

You are then wanting to export the test cases into a csv file which can then be read by a functional test execution tool using a data-driven or keyword-driven scripting method.

You have investigated several tools and there is only one tool that provides all the necessary features defined by your team with the exception of the export facility. It does not provide an export into either .xls or .csv formats.

What would be the BEST next step regarding the selection of this tool?

A.

Consider another tool that is more “fit for purpose" and has all the features required.

B.

Explore the possibility of creating your own export facility.

C.

Ask the vendor and use forums to see if a solution is available or going to be available in the future.

D.

Purchase this tool and generate the .csv file manually.

Full Access
Question # 17

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?

A.

The test Generation layer

B.

The Test Definition layer

C.

The Test Adaption layer

D.

The Test Execution layer

Full Access
Question # 18

What are the four horizontal layers of the gTAA?

A.

Test adaptation, test execution, test design, test definition

B.

Test generation, test execution, test definition, test APIs

C.

Test generation, test definition, test execution, test adaptation

D.

Test definition, test execution, test reporting, test adaptation

Full Access
Question # 19

You are currently designing the TAA of a TAS. You have been asked to adopt an approach for automatically generating and executing test cases from a model that defines the SUT. The SUT is a state-based and event-driven that is described by a finite-state machine and exposes its functionality via an API. The behavior of the SUT depends on hardware and communication links that can be unreliable.

Which of the following aspects is MOST important when designing the TAA in this scenario?

A.

Looking for tools that allows direct denoting of exceptions and actions depending on the SUT events.

B.

Adopting a test definition strategy based on classification tree coverage for the test definition layer.

C.

Looking for tools that allow performing setup and teardown of the test suites and the SUT.

D.

Adopting a test definition strategy based on use case/exception case coverage for the definition layer.

Full Access
Question # 20

You are working on a web-based application called Book Vault that allows people to upload books and order books. This application must be available on all major browsers.

You have been testing the application manually and management have asked you to consider automating some of the tests.

You have investigated a number of commercial and free tools which can automate tests at a web browser level and one tool in particular meets your requirements and you have implemented a trial version.

You have basic programming skills and the main goal is to automate a few functional tests to see if the tool is compatible with the application and can recognise the objects and controls.

Which scripting technique would be MOST suitable in this scenario in order to meet the objectives?

A.

Structured scripting

B.

Capture-replay scripting

C.

Data-driven scripting

D.

Model-based scripting

Full Access
Question # 21

You are implementing test automation for a project that has a business critical application A test execution tool is being used to run automated regression tests. The results from the test execution tool are very important and need to be 100% accurate.

You want to merge the test automation results with the test management system that also records the manual test results so that managers can make informed decisions about the progress quickly.

Which layer of the gTAA will be used to ensure the proper reporting occurs and the interfaces to the test management system are handled?

A.

The reporting layer

B.

The logging layer

C.

The execution layer

D.

The adaptation layer

Full Access
Question # 22

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?

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.

Full Access
Question # 23

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?

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

Full Access
Question # 24

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

Full Access