First Attempt Guaranteed Success in TAE Exam 2022 [Q21-Q41]

Share

First Attempt Guaranteed Success in TAE Exam 2022

Real TAE Exam Questions are the Best Preparation Material

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

Answer: B

 

NEW QUESTION 22
Which of the following statements does NOT describe good practice for maintaining the TAS?

  • A. The TAS must consist of components that can be easily replaced without affecting the overall behavior of the TAS itself
  • B. The TAS must separate the test scripts from the environment in which it runs and from the associated harnesses and artefacts
  • C. The TAS must be under configuration management, along with the test suite, the testware artefacts and the test environment in which it runs
  • D. The TAS must run in the development environment because development and programming knowledge are required for its maintainability

Answer: D

 

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

Answer: D

 

NEW QUESTION 24
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 test automation engineer should work with the business analysts to ensure the new feature is testable
  • D. The introduction of a new feature could require updates or additions to the testware components

Answer: D

 

NEW QUESTION 25
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 keywords with higher level of granularity
  • C. Improving the architecture of the application in order to improve its testability
  • D. Implementing standard setup and teardown functions at test case level

Answer: B

 

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

Answer: B

 

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

Answer: A

 

NEW QUESTION 28
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. Theduration of the pilot project was too short -it should last unit the success factors are achieved
  • B. The project selected for the pilot is too critical -if should not be too critical or too trivial
  • C. The target defined for the business case is too accurate -it should not be measureable
  • D. The target defined for the business case seems difficult to hit - it should be realistic

Answer: D

 

NEW QUESTION 29
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 30
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 an internal TAS metric and B is an external TAS metric
  • C. A and b are both external TAS metric
  • D. A is and external TAS metric and b is an internal TAS metric

Answer: D

 

NEW QUESTION 31
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. Establishing an error recovery process for TAS and SUT
  • C. Implementing keywords with a higher level of granularity
  • D. Changing the scripting approach to data-driven scripting

Answer: A

 

NEW QUESTION 32
Your goal is to verify completeness, consistency and correct behavior of an automated test suite. The TAS has been proven to successfully install in the SUT environment. All the preliminary checks toverify the correct functioning of the automated test environment and test tool configuration, installation and setup have successfully completed.
Which of the following is NOT a relevant check for achieving your goal in this scenario?

  • A. Checking whether the post condition have been fulfilled for all the test cases
  • B. Checking whether all the test cases contain the expected results
  • C. Checking whether the loading of the TAS is repeatable in the SUT environment
  • D. Checking whether all the test casesproduce repeatable outcomes

Answer: D

 

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

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

Answer: D

 

NEW QUESTION 34
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. Keyword-driven scripting
  • D. Linear scripting

Answer: A

 

NEW QUESTION 35
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. Verify the behavior of the whole automated test suite by running all the automated tests
  • B. Do not run any tests because you can immediately confirm the correct functioning of the 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 automated tests by running a small tests, then gradually run the remaining tests to confirm the correct functioning of the whole automated test suite.

Answer: D

 

NEW QUESTION 36
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. System/Application under test and its version
  • C. Environment in which the tests have been executed
  • D. Summary of the test execution results

Answer: A

 

NEW QUESTION 37
......


BCS TAE Exam Syllabus Topics:

TopicDetails
Topic 1
  • Selection of Test Automation Approach and Planning of Deployment
  • Rollout
  • Factors to Consider when Implementing Automation of Confirmation Testing
Topic 2
  • Identify Steps Needed to Implement Automation within Regression Testing
  • Implement metrics collection methods to support technical and management requirements
Topic 3
  • Apply guidelines that support effective test tool pilot and deployment activities
  • Explain the role that layers play within a TAA
Topic 4
  • 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 5
  • 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 6
  • Explain the factors to consider in implementing automation within new feature testing
  • Understand the factors in transitioning from manual to automation testing

 

Practice LATEST TAE Exam Updated 42 Questions: https://pass4sure.practicetorrent.com/TAE-practice-exam-torrent.html