[Nov 26, 2021] CTAL-TAE Dumps Full Questions - Exam Study Guide [Q15-Q31]

Share

[Nov 26, 2021] CTAL-TAE Dumps Full Questions - Exam Study Guide

iSQI Advanced Level Test Automation Engineer  Free Certification Exam Material from DumpsTests with 41 Questions


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

 

NEW QUESTION 15
Consider A TAS for testing a desktop application via its GUI. All the test cases of the automated test suite contain the same identical sequences of steps at the beginning (to create the necessary objects when doing a preliminary configuration of the test environment and at the end (to remove everything created -specifically for the test itself during the preliminary configuration of the test environment). All automated test cases use the same set of assertion functions from a shared library, for verifying the values in the GUI fields (e.g text boxes).
What is the BEST recommendation for improving the TAS?

  • A. Improving the architecture of the application in order to improve its testability
  • B. Implementing keywords with higher level of granularity
  • C. Implementing standard setup and teardown functions at test case level
  • D. Adopting a set of standard verification methods for use by all automated tests

Answer: B

 

NEW QUESTION 16
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 keyword-driven framework is not suitable, it would be better to adopt a structured-scripting approach
  • C. False positive errors are likely to occur when running the automated tests on the new releases without modifying the test
  • D. The total execution time of the automated regression test suite will decrease for each planned release.

Answer: B

 

NEW QUESTION 17
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 prevent unauthorized access to its components or data.
  • B. The abilityto identify states, outputs, intermediate result and error messages in the SUT
  • C. The ability to exercise the SUT by entering inputs, triggering events and invoking methods
  • D. The ability of the SUTto perform its intended function for a specified period of time

Answer: B

 

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

Answer: A

 

NEW QUESTION 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. 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 introduction of a new feature could require updates or additions to the testware components
  • C. It is generally more difficult to automate test cases for a new feature as the development has not yet started
  • D. The test automation engineer should work with the business analysts to ensure the new feature is testable

Answer: B

 

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

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

Answer: D

 

NEW QUESTION 21
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 added to the automated regression test suite.
Which statement BEST describes a reason why this defect could re-occur in future releases?

  • A. The automated regression test suite has a narrower scope of functionality
  • B. The automated regression test suite is not run consistently for future releases.
  • C. Theconfiguration management process does not properly control the synchronization between software archives
  • D. Automated defect confirmation testing is not effective at confirming that the resolved defect will continue to work in future releases

Answer: C

 

NEW QUESTION 22
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 prevent unauthorized access to its components or data.
  • 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 to exercise the SUT by entering inputs, triggering events and invoking methods

Answer: B

 

NEW QUESTION 23
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: A

 

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

Answer: C

 

NEW QUESTION 25
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 test process should be radically changed to gain additional benefits from using the tool.
  • B. The approach used for deployed this tool is aligned to the standard success factor for deployment
  • C. 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.
  • D. The pilot project should have been critical so that maximum benefits were delivered

Answer: B

 

NEW QUESTION 26
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 consist ofcomponents that can be easily replaced without affecting the overallbehavior of the TAS itself
  • 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 run in the development environment because development and programming knowledge are required for its maintainability

Answer: D

 

NEW QUESTION 27
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 sameversion 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 d
  • C. A and e
  • D. B and d

Answer: C

 

NEW QUESTION 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. 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. Re-useability: The code written for the SUT must be re-useable for other similar system.
  • D. Observability: The SUT needs to provide interface that give insight into the system.

Answer: D

 

NEW QUESTION 29
A regression test suite consist of 500 test cases which are all executed manually. The business case for a pilot project is based on the adoption of test automation using a commercial tool that will reduce the execution time by a factor of 90% for 100% of the tests in the regression test suite. The pilot project lasted one month ( as planned) and you are currently its results. At the end of the pilot project, 40% of the regression tests have been automated and their execution time has been reduce by 60%.
Which of the following statements is TRUE in this scenario?

  • A. The project selected for the pilot is too critical -if should not be too critical or too trivial
  • B. Thetarget defined for the business case seems difficult to hit - it should be realistic
  • C. The duration of the pilot project was too short -it should last unit the success factors are achieved
  • D. The target defined for the business case is too accurate -it should not be measureable

Answer: B

 

NEW QUESTION 30
You are executing the first test run of a test automation suite of 200 tests. All the relevant information related to the state of the SUT and to the automated test execution is stored in a small database. During the Automated test run you observe that the first 10 test pass, while an abnormal termination occurs when executing the
11thtest. This test does not complete its execution and the overall execution of the suite is aborted. An immediate analysis of the abnormal termination is expected to be time consuming and you have been asked to produce a detailed report of the execution results for the first test run, as soon as possible.
What is the MOST important FIRST step to be taken immediately after the abnormal occurred when executing the 11thtest?

  • A. Take a backup of the database in its current state. So It can be analyzed later
  • B. Re-run the test automation suite starting from the 12thtest
  • C. Re-run the test automation suite starting from the 1sttest.
  • D. Return the database to a consistent state that allows subsequent test to run

Answer: A

 

NEW QUESTION 31
......

Dumps Brief Outline Of The CTAL-TAE Exam: https://www.dumpstests.com/CTAL-TAE-latest-test-dumps.html

Use Real CTAL-TAE - 100% Cover Real Exam Questions: https://drive.google.com/open?id=1BBFv5zEBIpQ5HeJK4C3tJeOE7xfqa-mE