Get Prepared for Your TAE Exam With Actual 42 Questions [Q18-Q34]

Share

Get Prepared for Your TAE Exam With Actual 42 Questions

Valid TAE Test Answers Full-length Practice Certification Exams

NEW QUESTION 18
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. The controllability of the SUT
  • C. The look and feel of the SUT
  • D. Correctness of test data and test cases

Answer: C

 

NEW QUESTION 19
Consider a TAS that exclusively uses the APIs of a SUT. To make this work, significant changes have been required to the SUT by adding a set of dedicated test interfaces to the APIs. All the automated tests will use these test interfaces when interacting with the SUT. Assume that you are currently verifying the correctness of the automated test environment and test tool setup.
Which of the following would you expect to be the MOST specific risk associated with this scenario?

  • A. The process of configuring the TAS will be error-phone due to manual intervention
  • B. The automated test cases will not contain the expected result
  • C. The connectivity from the TAS to the dedicatedtest interfaces will not work
  • D. False alarms, that are unlikely to occur in the real world, will be observed during testing

Answer: D

 

NEW QUESTION 20
Consider A TAS for testing adesktop 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 standard setup and teardown functions at test case level
  • B. Adopting a set of standard verification methods for use by all automated tests
  • C. Improving the architecture of the application in order to improve its testability
  • D. Implementing keywords with higher level of granularity

Answer: D

 

NEW QUESTION 21
Which of the following is NOT an advantage of test automation?

  • A. The ability to enable a better use of skilled testers by freeing them from repetitive and boring tasks
  • B. The ability to perform tests which would be difficult orimpossible to execute manually
  • C. The ability to run more tests in less time and therefore to make it possible to run them more often
  • D. The ability to find more defects with the same tests, compared to executing the same test manually

Answer: D

 

NEW QUESTION 22
Consider the following layers of the gTAA structure:
a. Test generation layer
b. Test definition layer
c. Test execution layer
d. Test execution layer
Consider the following capabilities associated with these layers.
Acquire all thenecessary resources before each test and release all after run, in order to avoid interdependences between test Allow the automated test scripts on an abstract level to interact with components, configurations and interfaces of the SUT.
Design test directives that allow configuring the algorithms used to automatically produce the test cases a given model of the SUT.
Allow the definition and implementation of test cases and data by means of templates and/or guidelines.
Which of the following BEST matches each layer with the appropriate capability?

  • A. a-3, b-4, c-2, d-1
  • B. a-3, b-4, c-1, d-2
  • C. a-4, b-3, c-2, d-1
  • D. a-4, b-3, c-1, d-2

Answer: C

 

NEW QUESTION 23
You are executing the first test run of a test automation suite of 200 tests. All the relevant information related to the state of the SUT and to the automated test execution is stored in a small database. During the Automated test run you observe that the first 10 test pass, while an abnormal termination occurs when executing the
11thtest. This test does not complete its execution and the overall execution of the suite is aborted. An immediate analysis of the abnormal termination is expected to be time consuming and you have been asked to produce a detailed report of the execution results for the first test run, as soon as possible.
What is the MOST important FIRST step to be taken immediately afterthe abnormal occurred when executing the 11thtest?

  • A. Return the database to a consistent state that allows subsequent test to run
  • B. Re-run the test automation suite starting from the 12thtest
  • C. Take a backup of the database in its current state. So It can be analyzed later
  • D. Re-run the test automation suite starting from the 1sttest.

Answer: C

 

NEW QUESTION 24
Consider a TAS that is going to bedeployed 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 tobe 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 regressions due to optimization that fix non-functional issues.
  • C. Testing the TAS for ITS ability to run a shared test environment
  • D. Testing the TAS for its ability to be implemented in other target test environments.

Answer: D

 

NEW QUESTION 25
Which of the following is NOT a technical design consideration for a TAA?

  • A. Availability of interfaces for the SUT to be testable
  • B. Data used by the SUT, e.g configuration, users
  • C. The number of users for the SUT
  • D. Standards and Legal requirements,e.g data privacy

Answer: C

 

NEW QUESTION 26
A defect in a SUT has been resolved and validated by an automated defect re-test in the current release of the software. This retest has now been added to the automated regression test suite.
Which statement BEST describes a reason why this defect could re-occur in future releases?

  • A. The automated regression test suite is not run consistently for future releases.
  • B. The automated regression test suite has a narrower scope of functionality
  • C. Automated defect confirmation testing is not effective at confirming that the resolved defect will continue to work in future releases
  • D. The configuration management process does not properly control the synchronization between software archives

Answer: D

 

NEW QUESTION 27
Which of the following metrics could suggest, under certain condition that an automated regression test suite has NOT been updated fornew functionalities added to the SUT?

  • A. The ratio of comments to executable statements in the SUT code.
  • B. The defect density in the automation code of the regression test suite.
  • C. The SUT code coverage provided by the execution of the regression test suite.
  • D. The ratio of commands to executable statements in the automation code of the regression test suite

Answer: C

 

NEW QUESTION 28
Consider a SUT that small run on multiple platform during the execution of automated test runs. In each test run an automated test suite needs to be executed, with the same version of the TAF, against the same version of the SUT of each platform. Each platform shall have its own dedicated test environment. Your goal is to implement a process as automated as possible ( i.e with minimal manual intervention) that allows implementing a consistent setup of the TAS across the multiple test environments.
Which two of the following aspects are MOST relevant for achieving your goal in this scenario?
* The configuration of the TAS uses automated installation scripts
* The TAF saves the logs needed to debug errors in XML format
C) Features of the TAF not used by the automated tests have been tested D) All the automated test cases contain the expected results E) The TAS components are under configuration management

  • A. A and d
  • B. B and d
  • C. B and c
  • D. A and e

Answer: D

 

NEW QUESTION 29
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. Structure scripting
  • B. Data-driven scripting
  • C. Linear scripting
  • D. Keyword-driven scripting

Answer: A

 

NEW QUESTION 30
Consider a TAS deployed into production. The SUT is a web application and the test suite consists of a set of automated regression tests developed via GUI. A keyword-driven framework has been adopted for automating the regression tests. The tests are based on identification at low-levels of the web page components (e.g class indexes, tab sequence indexes and coordinates) in the next planned release the SUT will be subject to significant corrective maintenance (bug-fixes) and evolution (new features) Maintenance costs to update the test scripts should be as low as possibleand the scripts must be highly reusable.
Which of the following statements is most likely to be TRUE?

  • A. The keyword-driven framework introduces a level abstraction that is too high and makes it difficult what really happens
  • B. The total execution time of the automated regression test suite will decrease for each planned release.
  • C. False positive errors are likely to occurwhen running the automated tests on the new releases without modifying the test
  • D. The keyword-driven framework is not suitable, it would be better to adopt a structured-scripting approach

Answer: D

 

NEW QUESTION 31
Which of the following attributes should NOT be included in a test execution report associated with a suite of automated tests?

  • A. Summary of the test execution results
  • B. System/Application under test and its version
  • C. Defect clusters identified during test execution
  • D. Environment in which the tests have been executed

Answer: C

 

NEW QUESTION 32
A regression test suite consist of 500 test cases which are allexecuted manually. The business case for a pilot project is based on the adoption of test automation using a commercial tool that will reduce the execution time by a factor of 90% for 100% of the tests in the regression test suite. The pilot project lastedone month ( as planned) and you are currently its results. At the end of the pilot project, 40% of the regression tests have been automated and their execution time has been reduce by 60%.
Which of the following statements is TRUE in this scenario?

  • A. The project selected for the pilot is too critical -if should not be too critical or too trivial
  • B. The target defined for the business case is too accurate -it should not be measureable
  • C. The target defined for the business case seems difficult to hit - it should be realistic
  • D. Theduration of the pilot project was too short -it should last unit the success factors are achieved

Answer: C

 

NEW QUESTION 33
You identified a suitable project to pilot an automation tool and planned and conduced a pilot. The pilot has been successful and tool Is being deployed within your organization, with a plan to increase tool use by the one project at a time. During this rollout some test processes will be changed slightly to gain additional benefits from using the tool.
Inthe pilot project, a small set of manual tests were automated for the first time. You are currently monitoring the test automation efficiency and this reveals that the automation regime for the tests is not yet mature.
Which of the following statements isTRUE?

  • A. The approach used for deployed this tool is aligned to the standard success factor for deployment
  • B. The target defined for the project was inappropriate, because the automation regime for the automated tests at the end of the pilot is not yet mature.
  • C. The pilot project should have been critical so that maximum benefits were delivered
  • D. The test process should be radically changed to gain additional benefits from using the tool.

Answer: A

 

NEW QUESTION 34
......

Accurate & Verified 2023 New TAE Answers As Experienced in the Actual Test!: https://troytec.validtorrent.com/TAE-valid-exam-torrent.html