
CTAL-TAE合格させる問題集でISQI24時間で試験合格できます
最新問題を使おうCTAL-TAE試験問題と解答でPDFで一年間無料更新
質問 # 10
You are working on a TAS forstandaloneapplication. The automated tests are developed based on a automation framework that allows interaction with GUI elements using on object orientated API. The GUI elements includemenus, 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. Adopt an approach that uses the coordinates of the GUI elements instead
- B. Verify whether the GUI identification depends on the browser.
- C. Verify whether naming standards for variables and have been defined for the current automation solution
- D. Verify the testability support with the providers of the third party components
正解:A
質問 # 11
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 development has not yet started
正解:A
質問 # 12
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 dedicated test 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
正解:A
質問 # 13
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 beenasked 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. Frequency ofuse
- C. Maturity of the test process
- D. Sustainability of the automated environment
正解:D
質問 # 14
As a TAE you are evaluating a functional test automation tool that will be for several projects within your organization. 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 thatallows accessing different sets?
* Does the test automation tool have a large featureset, 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. C and D
- B. A and C
- C. B and E
- D. A and E
正解:C
質問 # 15
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. Clearly defined architecture: The SUT Architecture needs to provide clear and understandable interfaces giving control and visibility on all test levels.
- B. Control: the SUT needs to provide interfaces that can be used to perform actions on SUT.
- C. Observability: The SUT needs to provide interface that give insight into the system.
- D. Re-useability: The code written for the SUT must be re-useable for other similar system.
正解:D
質問 # 16
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 the same as the corresponding manual tests
- B. When automating regression tests, consideration should be given to how much time would be saved by automation
- C. When automating regression tests, the corresponding manual tests should have already been executed to verify they operate correctly
- D. When automating regression tests, the initialization stepsset the test preconditions should be automated wherever possible
正解:C
質問 # 17
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. Automated defect confirmation testing is not effective at confirming that the resolved defect will continue to work in future releases
- C. Theconfiguration management process does not properly control the synchronization between software archives
- D. The automated regression test suite has a narrower scope of functionality
正解:C
質問 # 18
Consider thefollowing example of TAS metrics.
Time to execute automated tests
Speed and efficiency of TAS components
Which of the following statements is TRUE?
- A. A is and external TAS metric and b is an internal TAS metric
- B. A and B are both internal TAS metrics
- C. A is an internal TAS metric and B is an external TAS metric
- D. A and b are both external TAS metric
正解:A
質問 # 19
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 taken by 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
正解:B
質問 # 20
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 stepthat you take to investigate this issue?
- A. Verify whether the GUI identification depends on the browser.
- B. Verify whether naming standards for variables and have been defined for the current automation solution
- C. Verify the testability support with the providers of the third party components
- D. Adopt an approach that uses the coordinates of the GUI elementsinstead
正解:C
質問 # 21
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 addedto the automated regression test suite.
Which statement BEST describes a reason why this defect could re-occur in future releases?
- A. Automated defect confirmation testing is not effective at confirming that the resolved defect will continue to work in future releases
- B. The configuration management process does not properly control the synchronization between software archives
- C. The automated regression test suite is not run consistently for future releases.
- D. The automated regression test suite has a narrower scope of functionality
正解:C
質問 # 22
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 writing the 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. Establishing an error recovery process for TAS and SUT
- C. Changing the wait mechanism to explicit hard-coded waits
- D. Changing thescripting approach to data-driven scripting
正解:C
質問 # 23
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 execution (test engine of the test execution layer
- B. The Test execution component of the test generation layer
- C. The Command Line Interface (CLI) component of the test adaptation layer
- D. The test reporting component of the test execution layer.
正解:C
質問 # 24
You are currently designing the TAA of a TAS. You have been asked to adopt an approach for automatically 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 hardware and communication links that can be unreliable.
Which of the following aspects is MOST important when designing the TAA in this scenario?
- A. Looking for tools that allow performing setup and teardown of the test suites and the SUT.
- B. Adopting a test definition strategy based on use case/exception case coverage for the definition layer.
- C. Looking for tools that allows direct denoting of exceptions and actions depending on the SUT events.
- D. Adopting a test definition strategy based on classification tree coverage for the test definition layer.
正解:A
質問 # 25
Which of the following statements about the reuse of TAS artefacts is TRUE?
- A. Communications maintenance and improvements for reusing TAS artefacts are modify addressed during the design of the TAA
- B. Reusable TAS artifacts associated with the definition layer of the TAA include the adaptors to the SUT components and/or interfaces
- C. Reusable TAS artefacts can include components (or parts of components) associated with different layers of the TAA
- 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
正解:C
質問 # 26
Which of the following statement about the implementation of automated regression testing is FALSE?
- A. When automating regression tests, the corresponding manual tests should have already been executed to verify they operate correctly
- B. When automating regression tests, theinitialization steps set the test preconditions should be automated wherever possible
- C. When automating regression tests, consideration should be given to how much time would be saved by automation
- D. When automating regression tests, the structure of automated tests mustalways be the same as the corresponding manual tests
正解:C
質問 # 27
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
正解:D
質問 # 28
......
最新問題をダウンロードCTAL-TAE問題集で2023年最新のCTAL-TAE試験問題集:https://jp.fast2test.com/CTAL-TAE-premium-file.html
最新のISQI CTAL-TAE認定練習テスト問題:https://drive.google.com/open?id=1bdJCevxFDzJDt5iFHXU1_6zj_S3jDdNp