
無料ISQI CTAL-TAE学習ガイド試験問題と解答
CTAL-TAE試験問題集、CTAL-TAE練習テスト問題
ISQI CTAL-TAE 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
| トピック 7 |
|
質問 14
You have been asked todeterminea TAS for a new release of a SUT, test should be automatedwherever. 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 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.
- 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 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.
- D. Automate tests at one level only, System level. Use only the newly developed interfaces and do not create any customized interfaces/test hooks.
正解: B,C
質問 15
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. Changing thescripting approach to data-driven scripting
- C. Changing the wait mechanism to explicit hard-coded waits
- D. Establishing an error recovery process for TAS and SUT
正解: C
質問 16
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 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.
- 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 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
質問 17
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. B and E
- B. C and D
- C. A and C
- D. A and E
正解: A
質問 18
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. False alarms, that are unlikely to occur inthe real world, will be observed during testing
- B. The automated test cases will not contain the expected result
- C. The connectivityfrom the TAS to the dedicated test interfaces will not work
- D. The process of configuring the TAS will be error-phone due to manual intervention
正解: A
質問 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. It is generally more difficult to automate test cases for a new feature as the development has not yet started
- B. The test automation engineer should work with the business analysts to ensure the new feature is testable
- C. The introduction of a new feature could require updates or additions to the testware components
- D. 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
質問 20
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. Data-driven scripting
- B. Linear scripting
- C. Structure scripting
- D. Keyword-driven scripting
正解: C
質問 21
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 is an internal TAS metric and B is an external TAS metric
- C. A and B are both internal TAS metrics
- D. A and b are both external TAS metric
正解: A
質問 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 SUTenvironment. All the preliminary checks to verify 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 produce repeatable outcomes
- 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 the post condition have been fulfilled for all the test cases
正解: A
質問 23
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 allowschecking a webpage load everyseconds until a timeout value
- A. Implementing keywords with a higher level of granularity
- B. Changing the scripting approach to data-driven scripting
- C. Changing the wait mechanism to explicit hard-coded waits
- D. Establishing an error recovery process for TAS and SUT
正解: A
質問 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. It is generally more difficult to automate test cases for a new feature as the development has not yet started
- B. The test automation engineer should work with the business analysts to ensure the new feature is testable
- C. The introduction of a new feature could require updates or additions to the testware components
- D. Automated tests are not affected by the introduction of a new feature and running them against the new SUT is a waste of effort
正解: C
質問 25
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 automated tests by running a small tests, then gradually run the remaining tests to confirm the correct functioning of the whole automated test suite.
- B. Verify the behavior of the whole automated test suite by running all the automated tests
- C. Do not run any tests because you can immediately confirm the correct functioning of the automated test suite
- D. 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 itsbehavior
正解: A
質問 26
Consider the following 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 an internal TAS metric and B is an external TAS metric
- B. A and b are both external TAS metric
- C. A and B are both internal TAS metrics
- D. A is and external TAS metric and b is an internal TAS metric
正解: C
質問 27
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, theinitialization steps set the test preconditions should be automated wherever possible
- C. When automating regression tests, the structure of automated tests mustalways be the same as the corresponding manual tests
- D. When automating regression tests, the corresponding manual tests should have already been executed to verify they operate correctly
正解: A
質問 28
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. Control: the SUT needs to provide interfaces that can be used to perform actions on SUT.
- B. Clearly defined architecture: The SUT Architecture needs to provide clear and understandable interfaces giving control and visibility on all test levels.
- 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.
正解: C
質問 29
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 to verify 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 produce repeatable outcomes
- B. Checking whether theloading of the TAS is repeatable in the SUT environment
- C. Checking whether all the test cases contain the expected results
- D. Checking whether the post condition have been fulfilled for all the test cases
正解: A
質問 30
Which of the following is NOT a technical design consideration for a TAA?
- A. Availability of interfaces for the SUT to be testable
- B. Data used by the SUT, e.g configuration, users
- C. The number of users for the SUT
- D. Standards and Legal requirements, e.g data privacy
正解: C
質問 31
What is NOT a factor in considering when you are asked to ensure an effective transition from manual to automated tests?
- A. The look and feel of the SUT
- B. Complexity to automate the manual test cases
- C. The controllability of the SUT
- D. Correctness of test data and test cases
正解: C
質問 32
......
最新のCTAL-TAE実際の無料試験問題は更新された41問があります:https://www.goshiken.com/ISQI/CTAL-TAE-mondaishu.html
検証済みCTAL-TAE問題集PDF資料 [2022年更新]:https://drive.google.com/open?id=1NTZ80-VX5KClcr6ezWQ4qcL-DLDND6F2