
Download the Latest CTAL-TAE Dumps - 2021 CTAL-TAE Exam Questions
Latest ISQI CTAL-TAE Certification Practice Test Questions
ISQI CTAL-TAE Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
NEW QUESTION 17
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 produce repeatable outcomes
- B. Checking whether the loading of the TAS is repeatable in the SUT environment
- 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: A
NEW QUESTION 18
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. Changing the wait mechanism to explicit hard-coded waits
- C. Establishing an error recovery process for TAS and SUT
- D. Implementing keywords with a higher level of granularity
Answer: B
NEW QUESTION 19
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. Data-driven scripting
- B. Linear scripting
- C. Structure scripting
- D. Keyword-driven scripting
Answer: C
NEW QUESTION 20
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 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.
- B. 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.
- 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: A,D
NEW QUESTION 21
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 and b are both external TAS metric
- C. A is and external TAS metric and b is an internal TAS metric
- D. A is an internal TAS metric and B is an external TAS metric
Answer: A
NEW QUESTION 22
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 23
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 24
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 automated test cases will not contain the expected result
- B. False alarms, that are unlikely to occur inthe real world, will be observed during testing
- C. The process of configuring the TAS will be error-phone due to manual intervention
- D. The connectivityfrom the TAS to the dedicated test interfaces will not work
Answer: B
NEW QUESTION 25
What is NOT a factor in considering when you are asked to ensure an effective transition from manual to automated tests?
- A. Complexity to automate the manual test cases
- B. Correctness of test data and test cases
- C. The controllability of the SUT
- D. The look and feel of the SUT
Answer: C
NEW QUESTION 26
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 27
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 the testability support with the providers of the third party components
- B. Adopt an approach that uses the coordinates of the GUI elementsinstead
- C. Verify whether the GUI identification depends on the browser.
- D. Verify whether naming standards for variables and have been defined for the current automation solution
Answer: A
NEW QUESTION 28
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. Do not run any tests because you can immediately confirm the correct functioning of the automated test suite
- B. Verify the behavior of the whole automated test suite by running all the automated tests
- C. 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 its behavior
- 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: A
NEW QUESTION 29
Which of the following statement about the implementation of automated regression testing is FALSE?
- A. When automating regression tests, the initialization stepsset the test preconditions should be automated wherever possible
- B. When automating regression tests, consideration should be given to how much time would be saved by automation
- C. When automating regression tests, the structure of automated tests must always 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: D
NEW QUESTION 30
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. 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. Re-useability: The code written for the SUT must be re-useable for other similar system.
Answer: D
NEW QUESTION 31
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 32
......
Verified CTAL-TAE Dumps Q&As - 1 Year Free & Quickly Updates: https://www.testsimulate.com/CTAL-TAE-study-materials.html