Free ISQI CTAL-TAE Study Guides Exam Questions & Answer [Q18-Q40]

Share

Free ISQI CTAL-TAE Study Guides Exam Questions & Answer

CTAL-TAE Exam Dumps, CTAL-TAE Practice Test Questions

NEW QUESTION 18
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 Adaption layer
  • C. The Test Execution layer
  • D. The test Generation layer

Answer: D

 

NEW QUESTION 19
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 component of the test generation layer
  • B. The test execution (test engine of the test execution layer
  • C. The test reporting component of the test execution layer.
  • D. The Command Line Interface (CLI) component of the test adaptation layer

Answer: D

 

NEW QUESTION 20
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 same version 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 d
  • B. A and d
  • C. A and e
  • D. B and c

Answer: C

 

NEW QUESTION 21
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 22
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. Automated defect confirmation testing is not effective at confirming that the resolved defect will continue to work in future releases
  • B. The automated regression test suite has a narrower scope of functionality
  • C. The configuration management process does not properly control the synchronization between software archives
  • D. The automated regression test suite is not run consistently for future releases.

Answer: D

 

NEW QUESTION 23
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 24
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. System/Application under test and its version
  • D. Summary of the test execution results

Answer: D

 

NEW QUESTION 25
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 its ability to be implemented in other target test environments.
  • B. Testing the TAS for regressions due to optimization that fix non-functional issues.
  • C. Testing the TAS for ITS ability to run a shared test environment
  • D. Testing the TAS for application compatibility issues in the target environment

Answer: A

 

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

Answer: D

 

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 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 elementsinstead

Answer: C

 

NEW QUESTION 28
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. Changing the wait mechanism to explicit hard-coded waits
  • B. Implementing keywords with a higher level of granularity
  • C. Establishing an error recovery process for TAS and SUT
  • D. Changing the scripting approach to data-driven scripting

Answer: B

 

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 d
  • B. A and d
  • C. A and e
  • D. B and c

Answer: C

 

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

Answer: C

 

NEW QUESTION 31
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. Looking for tools that allow performing setup and teardown of the test suites and the SUT.
  • B. Adopting a test definition strategy based on use case/exception case coverage for the definition layer.
  • C. Looking for tools that allows direct denoting of exceptions and actions depending on the SUT events.
  • D. Adopting a test definition strategy based on classification tree coverage for the test definition layer.

Answer: A

 

NEW QUESTION 32
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. Control: the SUT needs to provide interfaces that can be used to perform actions on SUT.
  • B. Observability: The SUT needs to provide interface that give insight into the system.
  • C. Re-useability: The code written for the SUT must be re-useable for other similar system.
  • D. Clearly defined architecture: The SUT Architecture needs to provide clear and understandable interfaces giving control and visibility on all test levels.

Answer: C

 

NEW QUESTION 33
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 34
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 35
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 connectivity from the TAS to the dedicated test interfaces will not work
  • B. False alarms, that are unlikely to occur in the real world, will be observed during testing
  • C. The process of configuring the TAS will be error-phone due to manual intervention
  • D. The automated test cases will not contain the expected result

Answer: A

 

NEW QUESTION 36
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 37
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 38
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 39
You have been asked to determine a TAS for a new release of a SUT,test should be automated wherever. 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 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.
  • B. Automate tests at one level only, System level. Use only the newly developed interfaces and do not create any customized interfaces/test hooks.
  • C. 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.
  • D. 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.

Answer: A

 

NEW QUESTION 40
......


ISQI CTAL-TAE Exam Syllabus Topics:

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

 

Latest CTAL-TAE Actual Free Exam Questions Updated 41 Questions: https://www.test4engine.com/CTAL-TAE_exam-latest-braindumps.html

Attested CTAL-TAE Dumps PDF Resource [2021]: https://drive.google.com/open?id=1lsyEjhJDEXWTgANC18RsZ2djZ1rN3ZYp