[2023年最新] 高合格率なCT-TAEテストアンサーかつISTQB CT-TAEテストPDF [Q16-Q31]

Share

[2023年最新] 高合格率なCT-TAEテストアンサーかつISTQB CT-TAEテストPDF

完璧CT-TAE問題集試験問題と解答でパス保証されます


ISTQB CT-TAE 認定試験は、テスト自動化に特化したプロフェッショナルを対象とした上級レベルの試験です。この認定試験は、自動化テスターにとって最も名声のある資格の1つであり、世界的に認知されています。この認定試験は、国際ソフトウェアテスト資格認定委員会 (ISTQB) によって提供されており、ソフトウェアテストと自動化について強い理解を持つ個人に最適です。


CT-TAEの認定資格は、ソフトウェアテストの経験を持ち、テスト自動化の知識とスキルを向上させたい個人に適しています。この試験は、テスト自動化の設計とアーキテクチャ、テスト自動化フレームワーク、テスト自動化ツールとテクニック、およびテスト自動化のメンテナンスと管理など、さまざまなトピックをカバーしています。また、候補者の自動化の可行性を評価し、異なるシナリオに対して適切な自動化ツールとフレームワークを識別する能力も評価します。

 

質問 # 16
A TAS uses a commercial test automation tool and the default logs generated by the inconsistent formats such as different types of messages (pass/fail steps, screenshots, warnings, etc.) To solve this issue some custom logging functions have been created from the test scripts, making it possible to log the different types of messages with the same format. However, this may cause a problem due to excessive size of the logs which can make it difficult to find the required information. Assume that all the default logs will be disabled when running the automated tests and that some tests will not generate excessively sized logs.
Which of the following represents the BEST suggestion for implementing the custom logging functions?

  • A. Implement the custom logging functions without saving timestamps
  • B. Implement the custom logging functions to redirect the logs to multiple files
  • C. Implement the custom logging functions to support different levels of tracing
  • D. Implement the custom logging functions without saving stack traces

正解:C


質問 # 17
Your company is new to test automation and as TAE. you have designed a TAS which successfully supports the SUT for the current project.
There are other systems currently in operation which have been tested manually and more systems are planned over the coming years. Based on this success, your company requires test automation be rolled out to other current and future SUTs with consistency being a key objective.
Which of the following is the BEST way to achieve that?

  • A. Check for correct connectivity to internal and external systems to ensure that the TAS has been installed and configured correctly for each SUT.
  • B. Design a new TAS for each SUT, and manage each one through a dedicated automation support team.
  • C. Install the current TAS into a central repository so that other tests on different SUTs use the same version of the TAS.
  • D. Develop a tool that keeps track of automation failures across the different SUTs and produces regular reports to stakeholders.

正解:C


質問 # 18
Consider a TAS that is going to be deployed 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 to be MOST effective at mitigating the risk associated with the first deployment of the TAS?

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

正解:C


質問 # 19
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 that allows accessing different sets?
Does the test automation 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. B and E
  • C. A and C
  • D. C and D

正解:B


質問 # 20
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. The connectivity from the TAS to the dedicated test interfaces will not work
  • C. The process of configuring the TAS will be error-phone due to manual intervention
  • D. False alarms, that are unlikely to occur in the real world, will be observed during testing

正解:D


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

正解:D


質問 # 22
You are a TAE working for a software house which provides quarterly releases of its software to its customers. There are many different versions of the SUT that need to be tested simultaneously by different tests teams.
Your TAS is complex and you need to ensure it remains consistent across the different SUT environments. What is the BEST and MOST efficient way to ensure each of the test teams use the same version of the TAS to test the different versions of the SUT?

  • A. Install the TAS is a central repository and have an automated installation and configuration of the TAS from this repository to each of the SUT environments.
  • B. Due to the complexities involved and the high risks associated with these releases, it would be best to revert to manual testing.
  • C. Develop a tool to track historical test results across the different SUT environments and look for trends.
  • D. Produce comprehensive documentation of the TAS, installation and usage guidelines and provide training for each team member.

正解:A


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

正解:C


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

正解:A


質問 # 25
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 result of the integration tests for 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
  • B. Store the execution results of the integration tests for the last build to a database (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.
  • C. 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.
  • D. 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


質問 # 26
Which of the following success factors for a test automation project is TRUE?

  • A. The test cases to be automated first must always be selected based on the number of times a test will need to be run
  • B. The test cases to be automated must have a high dependency on particular data values
  • C. Automated tests that fail due to changes in the requirements of the SUT should be promptly fixed rather than disabled from the test suite
  • D. Automated tests must be designed to capture only the data that is strictly needed for comparing expected and actual results

正解:C


質問 # 27
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 step that you take to investigate this issue?

  • A. Adopt an approach that uses the coordinates of the GUI elements instead
  • B. Verify the testability support with the providers of the third party components
  • C. Verify whether naming standards for variables and have been defined for the current automation solution
  • D. Verify whether the GUI identification depends on the browser.

正解:B


質問 # 28
Consider a TAS deployed into production. The SUT is a web application and the test suite consists of a set of automated regression tests developed via GUI. A keyword-driven framework has been adopted for automating the regression tests. The tests are based on identification at low-levels of the web page components (e.g class indexes, tab sequence indexes and coordinates) in the next planned release the SUT will be subject to significant corrective maintenance (bug-fixes) and evolution (new features) Maintenance costs to update the test scripts should be as low as possible and the scripts must be highly reusable.
Which of the following statements is most likely to be TRUE?

  • A. The keyword-driven framework introduces a level abstraction that is too high and makes it difficult what really happens
  • B. The total execution time of the automated regression test suite will decrease for each planned release.
  • C. False positive errors are likely to occur when running the automated tests on the new releases without modifying the test
  • D. The keyword-driven framework is not suitable, it would be better to adopt a structured-scripting approach

正解:D


質問 # 29
Which of the following statements about the reuse of TAS artefacts is TRUE?

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

正解:B


質問 # 30
You are reviewing the testability of your SUT.
Which of the following BEST refers to the characteristic of OBSERVABILITY?

  • A. The ability to exercise the SUT by entering inputs, triggering events and invoking methods
  • B. The ability of the SUT to perform its intended function for a specified period of time
  • C. The ability to identify states, outputs, intermediate result and error messages in the SUT
  • D. The ability of the SUT to prevent unauthorized access to its components or data.

正解:C


質問 # 31
......

CT-TAE試験問題高合格率なCT-TAE問題集PDF:https://www.jpntest.com/shiken/CT-TAE-mondaishu

CT-TAEのPDF問題集最近更新された問題:https://drive.google.com/open?id=1natFxkIMLHcfIxlOgs6TthLlfXnBkCBn

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡