2023 New TAE Dumps - Real BCS Exam Questions [Q19-Q38]

Share

2023 New TAE Dumps - Real BCS Exam Questions

Dependable TAE Exam Dumps to Become BCS Certified

NEW QUESTION 19
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 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.
  • B. 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
  • C. 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
  • D. 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.

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. Improving the architecture of the application in order to improve its testability
  • C. Implementing keywords with higher level of granularity
  • D. Adopting a set of standard verification methods for use by all automated tests

Answer: C

 

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

Answer: D

 

NEW QUESTION 22
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 Execution layer
  • B. The Test Definition layer
  • C. The Test Adaption layer
  • D. The test Generation layer

Answer: C

 

NEW QUESTION 23
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 24
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. Keyword-driven scripting
  • C. Data-driven scripting
  • D. Structure scripting

Answer: D

 

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

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

Answer: D

 

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

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

Answer: A

 

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

  • A. Communications maintenance and improvements for reusing TAS artefacts are modify addressedduring the design of the TAA
  • 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. 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

Answer: D

 

NEW QUESTION 28
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 allow performing setup and teardown of the test suites and the SUT.
  • C. Adopting a test definition strategy based on classification tree coverage for the test definition layer.
  • D. Looking for tools that allows direct denoting of exceptions and actions depending on the SUT events.

Answer: B

 

NEW QUESTION 29
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 that fail due to changes in the requirements of the SUT should be promptly fixed rather than disabled from the test suite
  • C. Automated tests must be designed to capture only the datathat is strictly needed for comparing expected and actual results
  • 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: B

 

NEW QUESTION 30
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 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.
  • B. Automate tests at one level only, System level. Use only the newly developed interfaces and do not create any customized interfaces/test hooks.
  • 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 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.

Answer: A

 

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

Answer: C

 

NEW QUESTION 32
A SUT has an existing automated test suite.
Which of the following statements relating to the introduction of new features in the SUT is TRUE?

  • A. Automated tests are not affected by the introduction of a new feature and running them against the new SUT is a waste of effort
  • B. It is generally more difficult to automate test cases for a new feature as the developmenthas not yet started
  • C. The introduction of a new feature could require updates or additions to the testware components
  • D. The test automation engineer should work with the business analysts to ensure the new feature is testable

Answer: C

 

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

Answer: D

 

NEW QUESTION 34
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. Frequency of use
  • B. Sustainability of the automated environment
  • C. Maturity of the test process
  • D. Complexity to automate

Answer: B

 

NEW QUESTION 35
......


BCS TAE Exam Syllabus Topics:

TopicDetails
Topic 1
  • Analyze factors of implementation, use, and maintenance requirements for a given TAS
  • Understand design considerations for a TAA
Topic 2
  • Analyze test automation tools for a given project and report technical findings and recommendations
  • Design the appropriate TAA for a given project
Topic 3
  • Explain the factors to consider in implementing automated regression testing
  • Factors to Consider when Implementing Automation within New Feature Testing
Topic 4
  • Verify the correctness of an automated test environment including test tool setup
  • Understand which factors support and affect TAS maintainability
Topic 5
  • 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 6
  • Apply guidelines that support effective test tool pilot and deployment activities
  • Explain the role that layers play within a TAA

 

Get Ready with TAE Exam Dumps (2023): https://actual4test.practicetorrent.com/TAE-practice-exam-torrent.html