
Buy Latest Dec 30, 2021 CTAL-TAE Exam Q&A PDF - One Year Free Update
Download the Latest CTAL-TAE Dump - 2021 CTAL-TAE Exam 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 15
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 andfeel of the SUT
Answer: D
NEW QUESTION 16
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 17
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 18
You have been asked to automate a set of functional tests at system Test level via the CLI of the SUT for the first release of a software system. The automated tests will be delivered to the learn in change of maintenance testing, who will use them for part of the regression testing. They have the following requirements.
1.The automated tests must be as fast and cheap to maintain as possible
2.The cost of adding new automated tests must be as low as possible
3.The automated tests must have a high level of independence from the tool itself Which of the following scripting techniques would be MOST suitable?
- A. Data-driven scripting
- B. Linear scripting
- C. Structure scripting
- D. Keyword-driven scripting
Answer: C
NEW QUESTION 19
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 20
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 21
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 22
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 23
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 24
Which of the following is NOT an advantage of test automation?
- A. The ability to enable a better use of skilled testers by freeing them from repetitive and boring tasks
- B. The ability to perform tests which would be difficult or impossible to execute manually
- C. The ability to find more defects with the same tests, compared to executing the same test manually
- D. The ability to run more tests in less time and therefore to make it possible to run them more often
Answer: C
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. 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 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. Data-driven scripting
- B. Linear scripting
- C. Structure scripting
- D. Keyword-driven scripting
Answer: C
NEW QUESTION 27
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 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. Verify the behavior of the whole automated test suite by running all the automated tests
- 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. 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
- D. Do not run any tests because you can immediately confirm the correct functioning of the automated test suite
Answer: B
NEW QUESTION 29
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 reporting component of the test execution layer.
- B. The test execution (test engine of the test execution layer
- C. The Command Line Interface (CLI) component of the test adaptation layer
- D. The Test execution component of the test generation layer
Answer: C
NEW QUESTION 30
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 allowschecking a webpage load everyseconds until a timeout value
- A. Implementing keywords with a higher level of granularity
- B. Changing the scripting approach to data-driven scripting
- C. Establishing an error recovery process for TAS and SUT
- D. Changing the wait mechanism to explicit hard-coded waits
Answer: A
NEW QUESTION 31
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 32
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 33
Which of the following success factors for a test automation project is TRUE?
- A. Automated tests that fail due to changes in the requirements of the SUT should be promptly fixed rather than disabled from the test suite
- B. Automated tests must be designed to capture only the data that is strictly needed for comparing expected and actual results
- 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. The test cases to be automated must have a high dependency on particular data values
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 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 35
......
Verified CTAL-TAE Dumps Q&As - 1 Year Free & Quickly Updates: https://www.free4dump.com/CTAL-TAE-braindumps-torrent.html
Latest ISQI CTAL-TAE Certification Practice Test Questions: https://drive.google.com/open?id=14UY2aFF2IIsfCDyun_9kXvs7g4oUgrqS