
[Oct-2022] TAE Exam Dumps - Free Demo & 365 Day Updates
Free Sales Ending Soon - Use Real TAE PDF Questions
BCS TAE Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
NEW QUESTION 22
Which of the following statements BEST describe aspects of the SUT to consider when designing a TAA?
- A. All the interface of the SUT affected by the tests should be controllable by the TAA
- B. All the external test interfaces of the SUT should be removed prior to the product release
- C. All the interaction between SUT and TAS should belogged with the highest level of detail
- D. All the internal test interfaces of the SUT should be removed prior to the product release
Answer: C
NEW QUESTION 23
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 is not suitable, it would be better to adopt a structured-scripting approach
- B. False positive errors are likely to occurwhen running the automated tests on the new releases without modifying the test
- 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: A
NEW QUESTION 24
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. False alarms, that are unlikely to occur in the real world, will be observed during testing
- B. The connectivity from the TAS to the dedicatedtest interfaces will not work
- C. The process of configuring the TAS will be error-phone due to manual intervention
- D. The automated test cases will not contain the expected result
Answer: A
NEW QUESTION 25
Which of the following statements does NOT describe good practice for maintaining the TAS?
- A. The TAS must be under configuration management, along with the test suite, the testware artefacts and the test environment in which it runs
- B. The TAS must consist of components that can be easily replaced without affecting the overall behavior of the TAS itself
- C. The TAS must separate the test scripts from the environment in which it runs and from the associated harnesses and artefacts
- D. The TAS must run in the development environment because development and programming knowledge are required for its maintainability
Answer: D
NEW QUESTION 26
You are currently designing the TAA of a TAS. You have been asked to adopt an approach forautomatically 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 hardwareand communication links that can be unreliable.
Which of the following aspects is MOST important when designing the TAA in this scenario?
- A. Adopting a test definition strategy based on use case/exception case coverage for the definition layer.
- B. Looking for tools that allows direct denoting of exceptions and actions depending on the SUT events.
- C. Adopting a test definition strategy based on classification tree coverage for the test definition layer.
- D. Looking for tools that allow performing setup and teardown of the test suites and the SUT.
Answer: D
NEW QUESTION 27
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). Automatically create a test execution report for this build and send it via e-mail to the project team
- B. Store the execution result of the integration testsfor 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 adatabase (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.
- 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.
Answer: C
NEW QUESTION 28
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-1, d-2
- B. a-4, b-3, c-2, d-1
- C. a-4, b-3, c-1, d-2
- D. a-3, b-4, c-2, d-1
Answer: B
NEW QUESTION 29
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 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.
- B. The pilot project should have been critical so that maximum benefits were delivered
- C. The test process should be radically changed to gain additional benefits from using the tool.
- D. The approach used for deployed this tool is aligned to the standard success factor for deployment
Answer: D
NEW QUESTION 30
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. Keyword-driven scripting
- B. Structure scripting
- C. Linear scripting
- D. Data-driven scripting
Answer: B
NEW QUESTION 31
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. The configuration management process does not properly control the synchronization between software archives
- D. Automated defect confirmation testing is not effective at confirming that the resolved defect will continue to work in future releases
Answer: C
NEW QUESTION 32
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. Do not run any tests because you can immediately confirm the correct functioning of the automated test suite
- B. 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.
- C. 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
- D. Verify the behavior of the whole automated test suite by running all the automated tests
Answer: B
NEW QUESTION 33
You areusing 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 Execution layer
- C. The Test Adaption layer
- D. The Test Definition layer
Answer: C
NEW QUESTION 34
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 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.
- D. Automate tests at one level only, System level. Use only the newly developed interfaces and do not create any customized interfaces/test hooks.
Answer: B
NEW QUESTION 35
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 36
You are reviewing the testability of your SUT.
Which of the following BEST refers to the characteristic of OBSERVABILITY?
- A. The ability of the SUTto perform its intended function for a specified period of time
- B. The abilityto identify states, outputs, intermediate result and error messages in the SUT
- C. The ability to exercise the SUT by entering inputs, triggering events and invoking methods
- D. The ability of the SUT to prevent unauthorized access to its components or data.
Answer: B
NEW QUESTION 37
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. Defect clusters identified during test execution
- C. System/Application under test and its version
- D. Environment in which the tests have been executed
Answer: B
NEW QUESTION 38
......
TAE Dumps - Pass Your Certification Exam: https://www.validexam.com/TAE-latest-dumps.html
Latest Real BCS TAE Exam Dumps Questions: https://drive.google.com/open?id=1R8a3yPAoHgJ-5KwAwJKtwW6t5NhWoPGS