[Oct 21, 2021] CTAL-TAE Dumps PDF and Test Engine Exam Questions - ExamDumpsVCE [Q20-Q37]

Share

[Oct 21, 2021] CTAL-TAE Dumps PDF and Test Engine Exam Questions - ExamDumpsVCE

Verified CTAL-TAE exam dumps Q&As with Correct 41 Questions and Answers


ISQI CTAL-TAE Exam Syllabus Topics:

TopicDetails
Topic 1
  • Ability to trace the generated tests back to the model
  • Explaintherole that layers play within a TAA
Topic 2
  • Explain the factors to be considered when identifyingreusability of components
  • Interpret both test data and test cases and transform them into executable scripts
Topic 3
  • Defining test scripts for the execution of the test case
  • Set up and tear down test suites
Topic 4
  • Developing, capturing, or deriving test data
  • Providing access to test libraries as needed
Topic 5
  • Relate test cases to test objectives or SUT requirements
  • Configure and parameterize the test setup
Topic 6
  • Specify test sequences or fully-fledged test behaviors
  • Analyze factors of implementation, use, and maintenancerequirementsfor a given TAS
Topic 7
  • Understand "design for testability" and "design for test automation" methodsapplicable to the SUT
  • Analyze a system under test to determine theappropriateautomation solution
Topic 8
  • Analyze the SUT responses during test executionto steer subsequent test runs
  • Understanddesign considerations for a TAA
Topic 9
  • Set up and tear down the SUT for test execution
  • Design the appropriateTAAfor a given project

 

NEW QUESTION 20
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. Observability: The SUT needs to provide interface that give insight into the system.
  • B. Re-useability: The code written for the SUT must be re-useable for other similar system.
  • C. Clearly defined architecture: The SUT Architecture needs to provide clear and understandable interfaces giving control and visibility on all test levels.
  • D. Control: the SUT needs to provide interfaces that can be used to perform actions on SUT.

Answer: B

 

NEW QUESTION 21
Which of the following metrics could suggest, under certain condition that an automated regression test suite has NOT been updated for new functionalities added to the SUT?

  • A. The ratio of comments to executable statements in the SUT code.
  • B. The defect density in the automation code of the regression test suite.
  • C. The ratio of commands to executable statements in the automation code of the regression test suite
  • D. The SUT code coverage provided by the execution of the regression test suite.

Answer: B

 

NEW QUESTION 22
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 stack traces
  • B. Implement the custom logging functions without saving timestamps
  • C. Implement the custom logging functions to support different levels of tracing
  • D. Implement the custom logging functions to redirect the logs to multiple files

Answer: C

 

NEW QUESTION 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 allows checking a webpage load every seconds until a timeout value

  • A. Changing thescripting approach to data-driven scripting
  • B. Establishing an error recovery process for TAS and SUT
  • C. Implementing keywords with a higher level of granularity
  • D. Changing the wait mechanism to explicit hard-coded waits

Answer: D

 

NEW QUESTION 24
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 Command Line Interface (CLI) component of the test adaptation layer
  • C. The Test execution component of the test generation layer
  • D. The test reporting component of the test execution layer.

Answer: B

 

NEW QUESTION 25
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 naming standards for variables and have been defined for the current automation solution
  • B. Verify the testability support with the providers of the third party components
  • C. Adopt an approach that uses the coordinates of the GUI elementsinstead
  • D. Verify whether the GUI identification depends on the browser.

Answer: B

 

NEW QUESTION 26
Which of the following is NOT a technical design consideration for a TAA?

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

Answer: B

 

NEW QUESTION 27
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

Answer: A

 

NEW QUESTION 28
Which of the following BEST describes why it is important to separate test definition from test execution in a TAA?

  • A. It allows specify test cases without being closely tied to the tool to run them against the SUT
  • B. It allows developing steps of the test process without being closely tied to the SUT interface.
  • C. It allows testers to findmore defects on the SUT
  • D. It allow choosing different paradigms (e.g event-driven) for the interaction TAS and SUT

Answer: A

 

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

Answer: C

 

NEW QUESTION 30
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-2, d-1
  • C. a-4, b-3, c-2, d-1
  • D. a-3, b-4, c-1, d-2

Answer: C

 

NEW QUESTION 31
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 application compatibility issues in the target 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 ITS ability to run a shared test environment

Answer: B

 

NEW QUESTION 32
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), use this database to automatically update a dashboard containing the build history and test results accessible to the project team.
  • B. Store the execution result of the integration tests for the last build to a database (overwriting the results from the previous build), automatically create atest 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 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
  • 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: A

 

NEW QUESTION 33
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. It is generally more difficult to automate test cases for a new feature as the development has not yet started
  • D. The introduction of a new feature could require updates or additions to the testware components

Answer: A

 

NEW QUESTION 34
Consider a SUT that small run on multiple platform during the execution of automated test runs. In each test run an automated test suite needs to be executed, with the same version of the TAF, against the same version of the SUT of each platform. Each platform shall have its own dedicated test environment. Your goal is to implement a process as automated as possible ( i.e with minimal manual intervention) that allows implementing a consistent setup of the TAS across the multiple test environments.
Which two of the following aspects are MOST relevant for achieving your goal in this scenario?
* The configuration of the TAS uses automated installation scripts
* The TAF saves the logs needed to debug errors in XML format
C)Features of the TAF not used by the automated tests have been tested
D)All the automated test cases contain the expected results
E)The TAS components are under configuration management

  • A. B and c
  • B. A and e
  • C. A and d
  • D. B and d

Answer: B

 

NEW QUESTION 35
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, the corresponding manual tests should have already been executed to verify they operate correctly
  • C. When automating regression tests, the structure of automated tests mustalways be the same as the corresponding manual tests
  • D. When automating regression tests, theinitialization steps set the test preconditions should be automated wherever possible

Answer: A

 

NEW QUESTION 36
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 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.
  • C. 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.
  • D. Automate tests at one level only, System level. Use only the newly developed interfaces and do not create any customized interfaces/test hooks.

Answer: C

 

NEW QUESTION 37
......

ISQI CTAL-TAE Test Engine PDF - All Free Dumps: https://www.examdumpsvce.com/CTAL-TAE-valid-exam-dumps.html

Get New CTAL-TAE Certification – Valid Exam Dumps Questions: https://drive.google.com/open?id=16AWdDU1v7h4N0Bhz6VKo-l-hIr7sFnzA