[Sep 22, 2022] 100% Latest Most updated TAE Questions and Answers [Q20-Q43]

Share

[Sep 22, 2022] 100% Latest Most updated TAE Questions and Answers

Try with 100% Real Exam Questions and Answers

NEW QUESTION 20
You are working on a TAS for standalone application. The automated tests are developed based on a automation framework that allows interaction with GUI elements using on object orientated API. The GUI elements include menus, buttons, radio buttons, text toolbars and their properties.
Whilst automating a test, you have discovered that the GUI elements of some third party components are not identifiable by the automated tool you are using.
Which of the following is the FIRST step that you take to investigate this issue?

  • A. Verify the testability support with the providers of the third party components
  • B. Verify whether the GUI identification depends on the browser.
  • C. Verify whether naming standards for variables and have been defined for the current automation solution
  • D. Adopt an approach that uses the coordinates of the GUI elements instead

Answer: A

 

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

Answer: B

 

NEW QUESTION 22
A web application was released into production one year ago, it has regular release which follow a V-model lifecycle and testing is well-established and fully integration into the development lifecycle. You have been asked to implement a TAS for the regression test suite. The regression tests have been developed via the GUI and are expected to be run at least four times a month, for each planned release, for the whole operation solution life of the system (six years). Each screen of the GUI uses several third-party controls which are not compatible with the existing automation solutions. The environment for the automation will be stable, fully controllable and separated from other environments (development, staging, production).
What could be the MOST problematic for this TAS?

  • A. Sustainability of the automated environment
  • B. Maturity of the test process
  • C. Complexity to automate
  • D. Frequency of use

Answer: A

 

NEW QUESTION 23
Which of the following statement about the implementation of automated regression testing is FALSE?

  • A. When automating regression tests, the corresponding manual tests should have already been executed to verify they operate correctly
  • B. When automating regression tests, the initialization steps set the testpreconditions should be automated wherever possible
  • C. When automating regression tests, consideration should be given to how much time would be saved by automation
  • D. When automating regression tests, the structure of automated tests must always be thesame as the corresponding manual tests

Answer: C

 

NEW QUESTION 24
You are using a gTAA to create a TAS for a project. The TAS is aimed at automatically and executing test cases based on a use-case Modeling approaching that uses UML as a modeling language. All the interaction between TAS and SUT will only be at the API and GUI level.
Which of the following components of the gTAA would you EXCLUDE from the TAS?

  • A. The Test execution component of the test generation layer
  • B. The test reporting component of the test execution layer.
  • C. The test execution (test engine of the test execution layer
  • D. The Command Line Interface (CLI) component of the test adaptation layer

Answer: D

 

NEW QUESTION 25
The GUI of a Customer Relationship Management (CRM) application has been delivered through internet Explorer with proprietary Active X and Java controls. This implementation enables rich client capabilities, but specific commercial automation tools are necessary to automate test cases at GUI of functional test cases. This is to demonstrate whether a small set of the commercial are able to properly recognize actions takenby a tester when interacting with GUI of the CRM application.
Which of the following scripting techniques would be MOST suitable in this scenario?

  • A. Linear scripting
  • B. Structure scripting
  • C. Data-driven scripting
  • D. Keyword-driven scripting

Answer: B

 

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

Answer: C

 

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 commands to executable statements in the automation code of the regression test suite
  • B. The ratio of comments to executable statements in the SUT code.
  • C. The defect density in the automation code of the regression test suite.
  • D. The SUT code coverage provided by the execution of the regression test suite.

Answer: D

 

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

Answer: B

 

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

  • A. It allows specify test cases without being closely tied to the tool to run them against the SUT
  • B. It allows developing steps of the test process without being closely tied to the SUT interface.
  • C. It allow choosing different paradigms (e.g event-driven) for the interaction TAS and SUT
  • D. It allows testers to findmore defects on the SUT

Answer: A

 

NEW QUESTION 30
Which of the following statements BEST describe aspects of the SUT to consider when designing a TAA?

  • A. All the external test interfaces of the SUT should be removed prior to the product release
  • B. All the interaction between SUT and TAS should belogged with the highest level of detail
  • C. All the internal test interfaces of the SUT should be removed prior to the product release
  • D. All the interface of the SUT affected by the tests should be controllable by the TAA

Answer: B

 

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

Answer: B

 

NEW QUESTION 32
As a TAE you are evaluating a functional test automation tool that will be for several projects within yourorganization. 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 tool and defect tracking tool.) The existing test tools subject to planned updates and their interface to the test automated tool may not work property after these updates.
Which of the following are the two LEAST important concerns related to the evaluation of the test automation in this scenario?
* Is the test automation tool able to launch processors and execute test cases on multiple machines in different environments?
* Does the test automation tool support a licensing scheme that allows accessing different sets?
* Does the testautomation tool have a large feature set, but only part of the features will be sets?
* Do the release notes for the planned updates on existing specify the impacts on their interfaces to other tools?
Does the test automation tool need to install specific libraries that could impact the SUT?

  • A. A and E
  • B. C and D
  • C. B and E
  • D. A and C

Answer: C

 

NEW QUESTION 33
You have been asked to determine a TAS for a new release of a SUT,test should be automated wherever. The new release will consist of 5 new interfaces and an amendment to 3 existing interfaces. The new and amended interface will be deliver incrementally in 3 sprints, each lasting 2 weeks.
What would be the BEST Test Automation Solution (TAS) design in this scenario?

  • A. Automate the tests at two levels, Component and System level. Create customized hooks at Component level for interface not yet developed or amended. Only use the newly developed or amended interfaces to test at System level.
  • B. Automate tests at both Component and System Level. Only do this automation once every interface has been fully developed or amended and manual testing has completed successfully.
  • C. Automate tests at one level only, System level. Use only the newly developed interfaces and do not create any customized interfaces/test hooks.
  • D. Automate a test at once level, component level, Create customized interface/test hooks for this level where the interface has not yet been developed or amended.

Answer: B

 

NEW QUESTION 34
Which of the following statements about the reuse of TAS artefacts is TRUE?

  • A. 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
  • B. Reusable TAS artefacts can include components (or parts of components) associated with different layers of the TAA
  • C. Reusable TAS artifacts associated with the definition layer of the TAA include the adaptors to the SUT components and/or interfaces
  • D. Communications maintenance and improvements for reusing TAS artefacts are modify addressedduring the design of the TAA

Answer: A

 

NEW QUESTION 35
Which of the following success factors for a test automation project is TRUE?

  • A. The test cases to be automated must have a high dependency on particular data values
  • B. Automated tests must be designed to capture only the datathat is strictly needed for comparing expected and actual results
  • C. Automated tests that fail due to changes in the requirements of the SUT should be promptly fixed rather than disabled from the test suite
  • D. The test cases to be automated first must always be selected based on the number of times a test will need to be run

Answer: C

 

NEW QUESTION 36
......

New BCS TAE Dumps & Questions: https://www.pass4leader.com/BCS/TAE-exam.html

Dumps to Pass your TAE Exam with 100% Real Questions and Answers: https://drive.google.com/open?id=1LgdffRXgI_HY2IdSctZ3BdqsGVfsm1oK