
Online CTAL-TAE Test Brain Dump Question and Test Engine
Real ISQI CTAL-TAE Exam Dumps with Correct 41 Questions and Answers
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 13
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. The automated regression test suite is not run consistently for future releases.
- B. The configuration management process does not properly control the synchronization between software archives
- C. Automated defect confirmation testing is not effective at confirming that the resolved defect will continue to work in future releases
- D. The automated regression test suite has a narrower scope of functionality
Answer: A
NEW QUESTION 14
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. The test cases to be automated first must always be selected based on the number of times a test will need to be run
- C. The test cases to be automated must have a high dependency on particular data values
- D. Automated tests must be designed to capture only the data that is strictly needed for comparing expected and actual results
Answer: A
NEW QUESTION 15
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. The duration of the pilot project was too short -it should last unit the success factors are achieved
- C. Thetarget defined for the business case seems difficult to hit - it should be realistic
- D. The target defined for the business case is too accurate -it should not be measureable
Answer: C
NEW QUESTION 16
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. Adopting a test definition strategy based on classification tree coverage for the test definition layer.
- C. Looking for tools that allows direct denoting of exceptions and actions depending on the SUT events.
- D. Looking for tools that allow performing setup and teardown of the test suites and the SUT.
Answer: D
NEW QUESTION 17
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 execution (test engine of the test execution layer
- B. The Command Line Interface (CLI) component of the test adaptation layer
- C. The Test execution component of the test generation layer
- D. The test reporting component of the test execution layer.
Answer: B
NEW QUESTION 18
Consider thefollowing 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 external TAS metric
- B. A is an internal TAS metric and B is an external TAS metric
- C. A is and external TAS metric and b is an internal TAS metric
- D. A and B are both internal TAS metrics
Answer: C
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-1, d-2
- B. a-3, b-4, c-2, d-1
- C. a-4, b-3, c-2, d-1
- D. a-3, b-4, c-1, d-2
Answer: C
NEW QUESTION 20
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 21
Consider a TAS associated to dynamically changing software frequent releases. Your goal is to determine the amount of effort required to maintain the automated tests of the regression test suite for each new release of the SUT.
What is the MOST important metric to collect to achieve your goal?
- A. The time it takes to execute all the automated tests, for each new release of the SUT.
- B. The number of automated tests requiring maintenance, for each new release of the SUT.
- C. The code coverage achieved with the automated tests, for each new release of the SUT
- D. The number of automated tests which fail because of a single software defect, for each new release of the SUT
Answer: D
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 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 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: A
NEW QUESTION 23
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 connectivityfrom the TAS to the dedicated test interfaces will not work
- B. The automated test cases will not contain the expected result
- C. False alarms, that are unlikely to occur inthe real world, will be observed during testing
- D. The process of configuring the TAS will be error-phone due to manual intervention
Answer: C
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 ratio of comments to executable statements in the SUT code.
- B. The defect density in the automation code of the regression test suite.
- C. The ratio of commands to executable statements in the automation code of the regression test suite
- D. The SUT code coverage provided by the execution of the regression test suite.
Answer: B
NEW QUESTION 25
Which of thefollowingstatementsdoes NOT describe good practice for maintaining the TAS?
- A. The TAS must consist ofcomponents that can be easily replaced without affecting the overallbehavior of the TAS itself
- B. The TAS must be under configuration management, along with the test suite,the testware artefacts and the test environment in which it runs
- C. The TAS must separate the test scripts from the environment in which it runs and from the associated harnesses and artefacts
- D. The TAS must run in the development environment because development and programming knowledge are required for its maintainability
Answer: D
NEW QUESTION 26
Consider a TAS associated to dynamically changing software frequent releases. Your goal is todetermine the amount of effort required to maintain the automated tests of the regression test suite for each new release of the SUT.
What is the MOST important metric to collect to achieve your goal?
- A. The number ofautomated tests requiring maintenance, for each new release of the SUT.
- B. The time it takes to execute all the automated tests, for each new release of the SUT.
- C. The number of automated tests which fail because of a single software defect, for each new release of the SUT
- D. The code coverage achieved with the automated tests,for each new release of the SUT
Answer: C
NEW QUESTION 27
You are 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.
Which of the following layers of the gTAA should you focus on for the TAS?
- A. The Test Definition layer
- B. The test Generation layer
- C. The Test Adaption layer
- D. The Test Execution layer
Answer: B
NEW QUESTION 28
Which of the following attributes should NOT be included in a test execution report associated with a suite of automated tests?
- A. Defect clusters identified during test execution
- B. System/Application under test and its version
- C. Environment in which the tests have been executed
- D. Summary of the test execution results
Answer: A
NEW QUESTION 29
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 e
- C. A and d
- D. B and d
Answer: B
NEW QUESTION 30
Which of the following is NOT a technical design consideration for a TAA?
- A. Data used by the SUT, e.g configuration, users
- B. The number of users for the SUT
- C. Standards and Legal requirements, e.g data privacy
- D. Availability of interfaces for the SUT to be testable
Answer: B
NEW QUESTION 31
You are reviewing the testability of your SUT.
Which of the following BEST refers to the characteristic of OBSERVABILITY?
- A. The ability of the SUTto 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 abilityto 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: C
NEW QUESTION 32
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 SUT code coverage provided by the execution of the regression test suite.
- B. The ratio of comments to executable statements in the SUT code.
- C. The defect density in the automation code of the regression test suite.
- D. The ratio of commands to executable statements in the automation code of the regression test suite
Answer: A
NEW QUESTION 33
Consider a TAS that is going to be deployed for the first time. The TAS requires share resources and run it its own test environment. The infrastructure for the TAS has been created along with maintenance procedures. It is very unlikely the TAS will be required to work in other target Environments. There is a high-risk that when the TAS is deployed in its own test environment, a number of existing application will no longer work because of conflicts with the existing shared resources.
Which of the following activities would you expect to be MOST effective at mitigating the risk associated with the first deployment of the TAS?
- A. Testing the TAS for application compatibility issues in the target environment
- B. Testing the TAS for its ability to be implemented in other target test environments.
- C. Testing the TAS for regressions due to optimization that fix non-functional issues.
- D. Testing the TAS for ITS ability to run a shared test environment
Answer: B
NEW QUESTION 34
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 the post condition have been fulfilled for all the test cases
- B. Checking whether theloading of the TAS is repeatable in the SUT environment
- C. Checking whether all the test cases contain the expected results
- D. Checking whether all the test cases produce repeatable outcomes
Answer: D
NEW QUESTION 35
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 36
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. A and C
- B. B and E
- C. C and D
- D. A and E
Answer: B
NEW QUESTION 37
......
Valid CTAL-TAE Test Answers & ISQI CTAL-TAE Exam PDF: https://www.torrentvce.com/CTAL-TAE-valid-vce-collection.html
ISQI CTAL-TAE Certification Real 2021 Mock Exam: https://drive.google.com/open?id=10o-YWYUl1d368drBAXQ_3V4udMAlXVi-