Updated Free ISQI CTAL-TAE Test Engine Questions with 41 Q&As [Q23-Q42]

Share

Updated Free ISQI CTAL-TAE Test Engine Questions with 41 Q&As

The Best iSQI Advanced Level Test Automation Engineer CTAL-TAE Professional Exam Questions


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
  • Specify test sequences or fully-fledged test behaviors
  • Analyze factors of implementation, use, and maintenancerequirementsfor a given TAS
Topic 3
  • Set up and tear down the SUT for test execution
  • Design the appropriateTAAfor a given project
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
  • Analyze the SUT responses during test executionto steer subsequent test runs
  • Understanddesign considerations for a TAA
Topic 7
  • Defining test scripts for the execution of the test case
  • Set up and tear down test suites
Topic 8
  • Ability to trace the generated tests back to the model
  • Explaintherole that layers play within a TAA

 

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

Answer: A

 

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

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

Answer: B

 

NEW QUESTION 25
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. Re-run the test automation suite starting from the 12thtest
  • B. Re-run the test automation suite starting from the 1sttest.
  • C. Take a backup of the database in its current state. So It can be analyzed later
  • D. Return the database to a consistent state that allows subsequent test to run

Answer: C

 

NEW QUESTION 26
You are working on a TAS forstandaloneapplication. The automated tests are developed based on a automation framework that allows interaction with GUI elements using on object orientated API. The GUI elements includemenus, 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. Verify whether the GUI identification depends on the browser.
  • B. Verify whether naming standards for variables and have been defined for the current automation solution
  • C. Verify the testability support with the providers of the third party components
  • D. Adopt an approach that uses the coordinates of the GUI elements instead

Answer: D

 

NEW QUESTION 27
Youare using a gTAA to create a TAS for a project. The TAS is aimed specifically at automating a suit of existing manual test cases for standalone desktop applications. All the interfaces between the TAS and SUT will be from the CUI of the application.
Whichof the following layers of the gTAA should you focus on for the TAS?

  • A. The Test Definition layer
  • B. The Test Execution layer
  • C. The Test Adaption layer
  • D. The test Generation layer

Answer: C

 

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

Answer: A

 

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

Answer: A

 

NEW QUESTION 30
Which of the following is NOT an advantage of test automation?

  • A. The ability to find more defects with the same tests, compared to executing the same test manually
  • B. The ability to enable a better use of skilled testers by freeing them from repetitive and boring tasks
  • C. The ability to perform tests which would be difficult or impossible to execute manually
  • D. The ability to run more tests in less time and therefore to make it possible to run them more often

Answer: A

 

NEW QUESTION 31
As a TAE you are evaluating a functional test automation tool that will be for several projects within yourorganization. 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 testautomation 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. B and E
  • B. A and C
  • C. C and D
  • D. A and E

Answer: A

 

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

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

Answer: B

 

NEW QUESTION 33
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 thatallows accessing different sets?
* Does the test automation tool have a large featureset, 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. B and E
  • B. A and C
  • C. C and D
  • D. A and E

Answer: A

 

NEW QUESTION 34
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 is an internal TAS metric and B is an external TAS metric
  • 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 and B are both internal TAS metrics

Answer: D

 

NEW QUESTION 35
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 pilot project should have been critical so that maximum benefits were delivered
  • D. 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.

Answer: B

 

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

Answer: C

 

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

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

Answer: C

 

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

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

Answer: B

 

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

Answer: D

 

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

Answer: A

 

NEW QUESTION 41
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 to redirect the logs to multiple files
  • 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 without saving stack traces

Answer: C

 

NEW QUESTION 42
......

Try 100% Updated CTAL-TAE Exam Questions [2021]: https://freetorrent.actual4dumps.com/CTAL-TAE-study-material.html