Question 1
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
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
Question 2
You are reviewing the testability of your SUT.
Which of the following BEST refers to the characteristic of OBSERVABILITY?
Which of the following BEST refers to the characteristic of OBSERVABILITY?
Question 3
Which of the following statements does NOT describe good practice for maintaining the TAS?
Question 4
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.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?
Question 5
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?
Which of the following is NOT a consideration when designing for testability?
