Real TAE Exam PDF Test Engine Practice Test Questions BCS TAE Real 2022 Braindumps Mock Exam Dumps BCS TAE Exam Syllabus Topics: TopicDetailsTopic 1Analyze factors of implementation, use, and maintenance requirements for a given TAS Understand design considerations for a TAATopic 2Explain the factors to consider in implementing automation within new feature testing Understand the factors in transitioning [...]

Real TAE Exam PDF Test Engine Practice Test Questions [Q19-Q39]

Share

Real TAE Exam PDF Test Engine Practice Test Questions

BCS TAE Real 2022 Braindumps Mock Exam Dumps


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
  • Explain the factors to consider in implementing automation within new feature testing
  • Understand the factors in transitioning from manual to automation testing
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 consider in implementing automated regression testing
  • Factors to Consider when Implementing Automation within New Feature Testing
Topic 5
  • Apply criteria for determining the suitability of tests for automation
  • Explain the factors to consider in implementing automated confirmation testing
Topic 6
  • Verify the correctness of an automated test environment including test tool setup
  • Understand which factors support and affect TAS maintainability
Topic 7
  • 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 8
  • Analyze test automation tools for a given project and report technical findings and recommendations
  • Design the appropriate TAA for a given project
Topic 9
  • Explain how a test execution report is constructed and published
  • Identify technical success factors of a test automation project
Topic 10
  • Selection of Test Automation Approach and Planning of Deployment
  • Rollout
  • Factors to Consider when Implementing Automation of Confirmation Testing
Topic 11
  • Identify Steps Needed to Implement Automation within Regression Testing
  • Implement metrics collection methods to support technical and management requirements

 

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

Answer: A

 

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

Answer: C

 

NEW QUESTION 21
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. 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
  • B. Do not run any tests because you can immediately confirm the correct functioning of the automated test suite
  • C. Verify the behavior of the whole automated test suite by running all the automated tests
  • 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 22
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 loading of the TAS is repeatable in the SUT environment
  • B. Checking whether the post condition have been fulfilled for all the test cases
  • C. Checking whether all the test casesproduce repeatable outcomes
  • D. Checking whether all the test cases contain the expected results

Answer: C

 

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

Answer: B

 

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

  • A. When automating regression tests, consideration should be given to how much time would be saved by automation
  • 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 structure of automated tests must always be thesame as the corresponding manual tests
  • D. When automating regression tests, the initialization steps set the testpreconditions should be automated wherever possible

Answer: A

 

NEW QUESTION 25
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 reporting component of the test execution layer.
  • B. The test execution (test engine of the test execution layer
  • C. The Test execution component of the test generation layer
  • D. The Command Line Interface (CLI) component of the test adaptation layer

Answer: D

 

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 defect density in the automation code of the regression test suite.
  • B. The ratio of comments to executable statements in the SUT code.
  • C. The ratio of commands to executable statements 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 27
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 28
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 is and external TAS metric and b is an internal TAS metric
  • D. A and b are both external TAS metric

Answer: C

 

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

Answer: B

 

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

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

Answer: A

 

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

Answer: C

 

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

Answer: C

 

NEW QUESTION 35
......

Prepare For The TAE Question Papers In Advance: https://www.exam4free.com/TAE-valid-dumps.html