[2024] Use Valid New CT-TAE Questions - Top choice Help You Gain Success [Q49-Q68]

Share

[2024] Use Valid New CT-TAE Questions - Top choice Help You Gain Success

CT-TAE Exam Practice Materials Collection


The CT-TAE exam is a three-hour, multiple-choice exam that consists of 40 questions. To be eligible to take the exam, candidates must have completed the ISTQB Foundation Level certification and have at least 18 months of practical experience in software testing. CT-TAE exam is available in multiple languages and can be taken at any ISTQB exam center.

 

NEW QUESTION # 49
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.

Answer: D


NEW QUESTION # 50
Which of the following is an important success factor for any significant automation project?

  • A. The SUT is self-documenting
  • B. The TAA is self-documenting
  • C. The SUT must be designed for testability
  • D. The TAA must be designed for testability.

Answer: C


NEW QUESTION # 51
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 the loading of the TAS is repeatable in the SUT environment
  • B. Checking whether all the test cases produce repeatable outcomes
  • 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

Answer: B


NEW QUESTION # 52
What are the four horizontal layers of the gTAA?

  • A. Test generation, test execution, test definition, test APIs
  • B. Test adaptation, test execution, test design, test definition
  • C. Test generation, test definition, test execution, test adaptation
  • D. Test definition, test execution, test reporting, test adaptation

Answer: C


NEW QUESTION # 53
Consider a TAS associated to dynamically changing software frequent releases. Your goal is to determine the amount of effort 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 time it takes to execute all the automated tests, for each new release of the SUT.
  • C. The code coverage achieved with the automated tests, for each new release of the SUT
  • D. The number of automated tests requiring maintenance, for each new release of the SUT.

Answer: A


NEW QUESTION # 54
You are implementing test automation for a project and you want to be able to generate test cases automatically using a series of test design tools which use a variety of test design techniques such as decision tables, pairwise testing and boundary value analysis.
You also want to generate test data automatically which can then be used by the tests.
Initially these tests will be run manually to verify their correctness and ultimately you want to include them in the test execution tool so that they can run unattended.
Which layer of the gTAA will be used to support the specification of the test cases and preparation of the test data?

  • A. The generation layer
  • B. The definition layer
  • C. The adaptation layer
  • D. The execution layer

Answer: B


NEW QUESTION # 55
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. Automated tests are not affected by the introduction of a new feature and running them against the new SUT is a waste of effort
  • 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. It is generally more difficult to automate test cases for a new feature as the development has not yet started

Answer: C


NEW QUESTION # 56
Consider the following layers of the gTAA structure:
a. Test generation layer
b. Test definition layer
c. Test execution layer
d. Test execution layer
Consider the following capabilities associated with these layers.
Acquire all the necessary resources before each test and release all after run, in order to avoid interdependences between test Allow the automated test scripts on an abstract level to interact with components, configurations and interfaces of the SUT.
Design test directives that allow configuring the algorithms used to automatically produce the test cases a given model of the SUT.
Allow the definition and implementation of test cases and data by means of templates and/or guidelines.
Which of the following BEST matches each layer with the appropriate capability?

  • A. a-4, b-3, c-1, d-2
  • B. a-3, b-4, c-1, d-2
  • C. a-4, b-3, c-2, d-1
  • D. a-3, b-4, c-2, d-1

Answer: C


NEW QUESTION # 57
You are evaluating several test modelling tools and are wanting to automatically generate test cases within the tool where many different combinations of input data are created.
You are then wanting to export the test cases into a csv file which can then be read by a functional test execution tool using a data-driven or keyword-driven scripting method.
You have investigated several tools and there is only one tool that provides all the necessary features defined by your team with the exception of the export facility. It does not provide an export into either .xls or .csv formats.
What would be the BEST next step regarding the selection of this tool?

  • A. Purchase this tool and generate the .csv file manually.
  • B. Consider another tool that is more "fit for purpose" and has all the features required.
  • C. Explore the possibility of creating your own export facility.
  • D. Ask the vendor and use forums to see if a solution is available or going to be available in the future.

Answer: D


NEW QUESTION # 58
You have inherited a TAS that is working well it uses keyword-driven scripting and was well architected. The automation architect who built the system has now moved on to another company. The TAS is working across several projects and has a multiple library of keywords, categorised by project. The individual project teams maintain these keyword scripts.
Based only on the given information, what is the MOST significant risk for the TAS?

  • A. The keyword driven scripts may become out of date if not maintained
  • B. The level of abstraction, coupled with the departure of the architect may make the system hard to maintain
  • C. New projects may not work as well with the TAS as the current projects
  • D. Because the keyword scripts are maintained by different teams, there is a likelihood that good coding standards are not followed

Answer: B


NEW QUESTION # 59
You are working as a TAE for a company who have been using a web test execution tool for a number of years. The tool has been used successfully on ten web applications in the past.
The company are developing a new web application which has a friendly User Interface, but the developers have used an object throughout the application which the tool is unable to recognise. As a result, you have no way of capturing the object or verifying the contents using the automation tool.
What is the first thing you should do about this problem?

  • A. Ask the developers to remove the object and replace it with some text fields
  • B. See if the application can be run on a desktop and if the object can be recognised on the desktop by the tool.
  • C. Investigate whether the object can be recognised by other test execution tools in the market
  • D. Ask the developers if they can change the object to something that can be recognised by the tool

Answer: C


NEW QUESTION # 60
You are implementing a TAS for a system that has been live for over three years, using a hybrid waterfall and agile lifecycle. Live updates are made on a monthly basis.
There is no test team, with developers designing and executing unit and integration tests with some degree of automation and business analysts designing and executing manual tests at the system level. No formal test process exists, although the system has proved relatively stable for most of the time.
Unfortunately, the last two monthly releases were problematic with regression defects found in production. Your priority is the automation of functional regression tests at the system level, the budget for this has been approved by project stakeholders.
The Business Analysts have identified which test cases are most suitable for regression. You must use the organisation's long standing commercial automation tool which has passed a proof of concept in the platform for the system in question.
Which of the following suitability criteria needs the MOST attention for the TAS?

  • A. Maturity of the test process
  • B. Technical planning in support of ROI analysis
  • C. Compatibility and tool support
  • D. Frequency of use.

Answer: C


NEW QUESTION # 61
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.
In the 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 is TRUE?

  • 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 approach used for deployed this tool is aligned to the standard success factor for deployment
  • D. The test process should be radically changed to gain additional benefits from using the tool.

Answer: C


NEW QUESTION # 62
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.

Answer: C


NEW QUESTION # 63
New features have been added for the current release of a SUT.
Which action would NOT be appropriate for the TAE to perform when evaluating the impact on the TAS?

  • A. Gather feedback from the Business Analysts to determine if the current TAS will meet the needs of the new features.
  • B. Review existing keywords to see if they need to be modified.
  • C. Run existing automated tests against the updated SUT to verify and record any changes to their correct operation.
  • D. Evaluate compatibility with existing test tools and, where necessary, identify alternative solutions.

Answer: A


NEW QUESTION # 64
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 ITS ability to run a shared test environment
  • C. Testing the TAS for application compatibility issues in the target environment
  • D. Testing the TAS for its ability to be implemented in other target test environments.

Answer: D


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

  • A. When automating regression tests, the initialization steps set the test preconditions should be automated wherever possible
  • B. When automating regression tests, the structure of automated tests must always be the same as the corresponding manual tests
  • C. When automating regression tests, the corresponding manual tests should have already been executed to verify they operate correctly
  • D. When automating regression tests, consideration should be given to how much time would be saved by automation

Answer: D


NEW QUESTION # 66
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 and B are both internal TAS metrics
  • B. A is and external TAS metric and b is an internal TAS metric
  • C. A and b are both external TAS metric
  • D. A is an internal TAS metric and B is an external TAS metric

Answer: B


NEW QUESTION # 67
You are working on a government system called "Making Tax Digital" or MTD for short. This system is being implemented to stop manual human input error and also to reduce fraudulent behaviour from companies when submitting their tax and VAT returns.
The key concept is that registered companies will need to use government recommended 3rd party software for their accounts and book keeping. These 3rd party applications will have a direct interface into the government's main system for transactions and submissions.
You have been using a test execution tool successfully on the project so far. and have implemented a basic "capture/replay" approach to scripting.
The management have been encouraged with the automation so far, but want the following objectives to be met:
* Test cases added easily
* Reduction in the amount of scripts and script duplication
* Reduction in maintenance costs
Which scripting technique would be MOST suitable in this scenario in order to meet the objectives?

  • A. Structured scripting
  • B. Linear scripting
  • C. Keyword-driven scripting
  • D. Data-driven scripting

Answer: C


NEW QUESTION # 68
......

Maximum Grades By Making ready With CT-TAE Dumps: https://braindumps.exam4docs.com/CT-TAE-study-questions.html