Prepare CTAL-TAE Question Answers - CTAL-TAE Exam Dumps [Q18-Q38]

Share

Prepare CTAL-TAE Question Answers - CTAL-TAE Exam Dumps

Real ISQI CTAL-TAE Exam Questions [Updated 2022]


ISQI CTAL-TAE Exam Syllabus Topics:

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

 

NEW QUESTION 18
Which of the following success factors for a test automation project is TRUE?

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

Answer: D

 

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

Answer: A

 

NEW QUESTION 20
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 contain the expected results
  • B. Checking whether the post condition have been fulfilled for all the test cases
  • C. Checking whether the loading of the TAS is repeatable in the SUT environment
  • D. Checking whether all the test cases produce repeatable outcomes

Answer: D

 

NEW QUESTION 21
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. 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
  • B. 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.
  • C. Verify the behavior of the whole automated test suite by running all the automated tests
  • D. Do not run any tests because you can immediately confirm the correct functioning of the automated test suite

Answer: B

 

NEW QUESTION 22
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 process of configuring the TAS will be error-phone due to manual intervention
  • B. The connectivity from the TAS to the dedicated test interfaces will not work
  • 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

Answer: B

 

NEW QUESTION 23
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. Adopting a test definition strategy based on use case/exception case coverage for the definition layer.
  • B. Looking for tools that allows direct denoting of exceptions and actions depending on the SUT events.
  • C. Looking for tools that allow performing setup and teardown of the test suites and the SUT.
  • D. Adopting a test definition strategy based on classification tree coverage for the test definition layer.

Answer: C

 

NEW QUESTION 24
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). Automatically create a test execution report for this build and send it via e-mail 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 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), use this database to automatically update a dashboard containing the build history and test results accessible to the project team.

Answer: D

 

NEW QUESTION 25
You are reviewing the testability of your SUT.
Which of the following BEST refers to the characteristic of OBSERVABILITY?

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

Answer: A

 

NEW QUESTION 26
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. Linear scripting
  • C. Data-driven scripting
  • D. Structure scripting

Answer: D

 

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

Answer: B

 

NEW QUESTION 28
What is NOT a factor in considering when you are asked to ensure an effective transition from manual to automated tests?

  • A. The controllability of the SUT
  • B. Correctness of test data and test cases
  • C. The look and feel of the SUT
  • D. Complexity to automate the manual test cases

Answer: A

 

NEW QUESTION 29
Which of the following attributes should NOT be included in a test execution report associated with a suite of automated tests?

  • A. Summary of the test execution results
  • B. Defect clusters identified during test execution
  • C. Environment in which the tests have been executed
  • D. System/Application under test and its version

Answer: B

 

NEW QUESTION 30
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 SUT code coverage provided by the execution of the regression test suite.
  • C. The ratio of commands to executable statements in the automation code of the regression test suite
  • D. The defect density in the automation code of the regression test suite.

Answer: D

 

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

  • A. When automating regression tests, the structure of automated tests mustalways be the same as the corresponding manual tests
  • B. When automating regression tests, theinitialization steps set the test preconditions should be automated wherever possible
  • 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 32
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. Re-useability: The code written for the SUT must be re-useable for other similar system.
  • B. Observability: The SUT needs to provide interface that give insight into the system.
  • C. Control: the SUT needs to provide interfaces that can be used to perform actions on SUT.
  • D. Clearly defined architecture: The SUT Architecture needs to provide clear and understandable interfaces giving control and visibility on all test levels.

Answer: A

 

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

Answer: B,D

 

NEW QUESTION 34
Which of the following statements BEST describe aspects of the SUT to consider when designing a TAA?

  • A. All the external test interfaces of the SUT should be removed prior to the product release
  • B. All the internal test interfaces of the SUT should be removed prior to the product release
  • C. All the interface of the SUT affected by the tests should be controllable by the TAA
  • D. All the interaction between SUT and TAS should be logged with the highest level of detail

Answer: D

 

NEW QUESTION 35
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 automated regression test suite is not run consistently for future releases.
  • C. The configuration management process does not properly control the synchronization between software archives
  • D. The automated regression test suite has a narrower scope of functionality

Answer: B

 

NEW QUESTION 36
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. Sustainability of the automated environment
  • B. Frequency ofuse
  • C. Maturity of the test process
  • D. Complexity to automate

Answer: A

 

NEW QUESTION 37
Which of thefollowingstatementsdoes NOT describe good practice for maintaining the TAS?

  • A. The TAS must separate the test scripts from the environment in which it runs and from the associated harnesses and artefacts
  • B. The TAS must run in the development environment because development and programming knowledge are required for its maintainability
  • C. The TAS must be under configuration management, along with the test suite,the testware artefacts and the test environment in which it runs
  • D. The TAS must consist ofcomponents that can be easily replaced without affecting the overallbehavior of the TAS itself

Answer: B

 

NEW QUESTION 38
......

CTAL-TAE Exam Dumps Pass with Updated 2022: https://www.realexamfree.com/CTAL-TAE-real-exam-dumps.html

Free CTAL-TAE Exam Dumps to Pass Exam Easily: https://drive.google.com/open?id=1ai7J3HmeR9EXd1RS5QOzhOg7kZ-Nv0Cn