Which of the following describes how a test execution report is likely to be used?

Which of the following describes how a test execution report is likely to be used?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...

July 3, 2023 No Comments READ MORE +

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

What represents good practice when automating a manual regression test suite?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...

July 3, 2023 No Comments READ MORE +

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

What is NOT a factor in considering when you are asked to ensure an effective transition from manual to automated tests?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...

July 3, 2023 No Comments READ MORE +

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

Which of the following BEST describes why it is important to separate test definition from test execution in a TAA?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...

July 2, 2023 No Comments READ MORE +

Which of the following approaches would BEST meet these requirements?

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...

July 1, 2023 No Comments READ MORE +

Which additional log items SHOULD you add to the TAS that would BEST improve failure analysis and defect reporting for future sprints?

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...

July 1, 2023 No Comments READ MORE +

If model-based testing has been selected for the overall test automation approach for a project, how does that influence the layers of the TAA?

If model-based testing has been selected for the overall test automation approach for a project, how does that influence the layers of the TAA?A . All layers are used, but the test generation layer will be automated based on the defined model B. There will be no need for the...

July 1, 2023 No Comments READ MORE +

Which of the following are the two LEAST important concerns related to the evaluation of the test automation in this scenario?

As a TAE you are evaluating a functional test automation tool that will be for several projects within your organization. The projects require that tool to work effectively and efficiently with SUT’s in distributed environments. The test automated tool also needs to interface with other existing test tools (test management...

July 1, 2023 No Comments READ MORE +

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

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...

June 30, 2023 No Comments READ MORE +

Which layer of the gTAA will be used to support the specification of the test cases and preparation of the test data?

You are implementing test automation for a project and you want to be able to generate test cases automatically using a series of test design tools which use a variety of test design techniques such as decision tables, pairwise testing and boundary value analysis. You also want to generate test...

June 29, 2023 No Comments READ MORE +