[Q17-Q39] Top BCS TAE Courses Online - Updated [Oct-2022]

Share

Top BCS TAE Courses Online - Updated [Oct-2022]

TAE Practice Dumps - Verified By TestInsides Updated 42 Questions


BCS TAE Exam Syllabus Topics:

TopicDetails
Topic 1
  • Explain the factors to be considered when identifying reusability of components
  • Apply components of the generic TAA (gTAA) to construct a purpose-built TAA
Topic 2
  • Verify the correct behavior for a given automated test script and
  • or test suite
  • Analyze a system under test to determine the appropriate automation solution
Topic 3
  • Identify Steps Needed to Implement Automation within Regression Testing
  • Implement metrics collection methods to support technical and management requirements
Topic 4
  • Apply criteria for determining the suitability of tests for automation
  • Explain the factors to consider in implementing automated confirmation testing
Topic 5
  • Verify the correctness of an automated test environment including test tool setup
  • Understand which factors support and affect TAS maintainability
Topic 6
  • Selection of Test Automation Approach and Planning of Deployment
  • Rollout
  • Factors to Consider when Implementing Automation of Confirmation Testing

 

NEW QUESTION 17
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. 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. 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. Automated tests must be designed to capture only the datathat is strictly needed for comparing expected and actual results

Answer: C

 

NEW QUESTION 18
Designing the System Under Test (SUT) for testability is important for a good test automation approach and can also benefit manual test execution.
Which of the following is NOT a consideration when designing for testability?

  • A. Re-useability: The code written for the SUT must be re-useable for other similar system.
  • B. Observability: The SUT needs to provide interface that give insight into the system.
  • C. Control: the SUT needs to provide interfaces that can be used to perform actions on SUT.
  • D. Clearly defined architecture: The SUT Architecture needs to provide clear and understandable interfaces giving control and visibility on all test levels.

Answer: A

 

NEW QUESTION 19
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-1, d-2
  • D. a-4, b-3, c-2, d-1

Answer: D

 

NEW QUESTION 20
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. A and C
  • D. B and E

Answer: D

 

NEW QUESTION 21
Consider a TAS associated to dynamically changing software frequent releases. Your goal is to determine the amount ofeffort required to maintain the automated tests of the regression test suite for each new release of the SUT.
What is the MOST important metric to collect to achieve your goal?

  • A. The number of automated tests which fail because of a single software defect, for each new release of the SUT
  • B. The code coverage achieved with the automated tests, for each new release ofthe SUT
  • C. The number of automated testsrequiring maintenance, for each new release of the SUT.
  • D. The time it takes to execute all the automated tests, for each new release of the SUT.

Answer: A

 

NEW QUESTION 22
Consider the followingexample of TAS metrics.
Time to execute automated tests
Speed and efficiency of TAS components
Which of the following statements is TRUE?

  • A. A and B are both internal TAS metrics
  • B. A is and external TAS metric and b is an internal TAS metric
  • C. A and b are both external TAS metric
  • D. A is an internal TAS metric and B is an external TAS metric

Answer: B

 

NEW QUESTION 23
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 configuration management process does not properly control the synchronization between software archives
  • C. The automated regression test suite has a narrower scope of functionality
  • D. Automated defect confirmation testing is not effective at confirming that the resolved defect will continue to work in future releases

Answer: B

 

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

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

Answer: D

 

NEW QUESTION 25
A TAS uses a commercial test automation tool and the default logs generated by the inconsistent formats such as different types of messages (pass/fail steps, screenshots, warnings, etc.) To solve this issue some custom logging functions have been created from the test scripts, making it possible tolog the different types of messages with the same format. However, this may cause a problem due to excessive size of the logs which can make it difficult to find the required information. Assume that all the default logs will be disabled when running theautomated tests and that some tests will not generate excessively sized logs.
Which of the following represents the BEST suggestion for implementing the custom logging functions?

  • A. Implement the custom logging functions to support different levels of tracing
  • B. Implement the custom logging functions without saving timestamps
  • C. Implement the custom logging functions without saving stack traces
  • D. Implement the custom logging functions to redirect the logs to multiple files

Answer: A

 

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

  • A. Correctness of test data and test cases
  • B. The look and feel of the SUT
  • C. Complexity to automate the manual test cases
  • D. The controllability of the SUT

Answer: B

 

NEW QUESTION 27
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. Verify the behavior of the whole automated test suite by running all the automated tests
  • D. 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

Answer: B

 

NEW QUESTION 28
Consider a TAS that uses a keyword-driven framework. The SUT is a web application and there is a large set of keywords available for writingthe automated tests that relate to highly specific user actions linked directly to the GUI of the SUT. The automated test written with the keywords are statically analyzed by a custom tool which highlight's repeated instances of identical sequence of keywords. The waiting mechanism implemented by the TAS for a webpage load is based on a synchronous sampling within a given timeout. The TAS allows checking a webpage load every seconds until a timeout value

  • A. Changing the wait mechanism to explicit hard-coded waits
  • B. Implementing keywords with a higher level of granularity
  • C. Establishing an error recovery process for TAS and SUT
  • D. Changing the scripting approach to data-driven scripting

Answer: A

 

NEW QUESTION 29
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. Re-run the test automation suite starting from the 1sttest.
  • B. Return the database to a consistent state that allows subsequent test to run
  • 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 12thtest

Answer: C

 

NEW QUESTION 30
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. Adopt an approach that uses the coordinates of the GUI elements instead
  • C. Verify whether naming standards for variables and have been defined for the current automation solution
  • D. Verify whether the GUI identification depends on the browser.

Answer: A

 

NEW QUESTION 31
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 internal 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 interface of the SUT affected by the tests should be controllable by the TAA

Answer: C

 

NEW QUESTION 32
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 allows specify test cases without being closely tied to the tool to run them against the SUT
  • 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: B

 

NEW QUESTION 33
......

New (2022) BCS TAE Exam Dumps: https://www.testinsides.top/TAE-dumps-review.html