CTAL-TAE · Question #67
Which one of the following answers does NOT refer to an example of configuration item(s) that should be specified in development pipelines to identify a test environment (and its specific test data)…
The correct answer is A. The number and type of automated tests to execute in the test environment where the web app is. The number and type of automated tests to execute is a test execution configuration, not a property that identifies a test environment. Identifiers of a test environment include base URLs, database connection strings, and backend API endpoints, as these define the environment…
Question
Which one of the following answers does NOT refer to an example of configuration item(s) that should be specified in development pipelines to identify a test environment (and its specific test data) associated with a web app under test on which to execute automated tests?
Options
- AThe number and type of automated tests to execute in the test environment where the web app is
- BThe base URL of the test environment where the web app is deployed (i.e., the 'root' address for
- CThe connection string(s) to connect to the test database(s) within the test environment where the
- DThe URLs of web APIs/web services related to the web app's backend within the test
How the community answered
(35 responses)- A83% (29)
- B6% (2)
- C9% (3)
- D3% (1)
Explanation
The number and type of automated tests to execute is a test execution configuration, not a property that identifies a test environment. Identifiers of a test environment include base URLs, database connection strings, and backend API endpoints, as these define the environment context in which tests run.
Topics
Community Discussion
No community discussion yet for this question.