Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Latest Verified & Correct BCS TAE Questions & Answers Daily Updated [Q22-Q42]

Share

Latest Verified & Correct BCS TAE Questions & Answers Daily Updated

100% Pass Guaranteed Download BCS Certification Exam PDF Q&A

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

Answer: A

 

NEW QUESTION 23
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 24
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 number of automated testsrequiring maintenance, 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: A

 

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

Answer: B

 

NEW QUESTION 26
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 all the test cases contain the expected results
  • 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 the loading of the TAS is repeatable in the SUT environment

Answer: C

 

NEW QUESTION 27
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 28
Which of the following is NOT an advantage of test automation?

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

Answer: B

 

NEW QUESTION 29
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 30
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. It is generally more difficult to automate test cases for a new feature as the developmenthas not yet started
  • 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. The test automation engineer should work with the business analysts to ensure the new feature is testable

Answer: A

 

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

Answer: B

 

NEW QUESTION 35
Consider a TAS that is going to bedeployed for the first time. The TAS requires share resources and run it its own test environment. The infrastructure for the TAS has been created along with maintenance procedures. It is very unlikely the TAS will be required to work in other target Environments. There is a high-risk that when the TAS is deployed in its own test environment, a number of existing application will no longer work because of conflicts with the existing shared resources.
Which of the following activities would you expect tobe MOST effective at mitigating the risk associated with the first deployment of the TAS?

  • A. Testing the TAS for ITS ability to run a shared test environment
  • B. Testing the TAS for its ability to be implemented in other target test environments.
  • C. Testing the TAS for regressions due to optimization that fix non-functional issues.
  • D. Testing the TAS for application compatibility issues in the target environment

Answer: B

 

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 is NOT a technical design consideration for a TAA?

  • A. The number of users for the SUT
  • B. Standards and Legal requirements,e.g data privacy
  • C. Availability of interfaces for the SUT to be testable
  • D. Data used by the SUT, e.g configuration, users

Answer: A

 

NEW QUESTION 38
......

TAE PDF Dumps Are Helpful To produce Your Dreams Correct QA's: https://www.testsimulate.com/TAE-study-materials.html