Join the discussion
Question 13/14
(In User Acceptance Testing (UAT) for a new SUT, in addition to the manual tests performed by the end- users, automated tests are performed that focus on the execution of repetitive and routine test scenarios. In which of the following environments are all these tests typically performed?)
Correct Answer: C
TAE distinguishes test environments by purpose and risk. User Acceptance Testing is typically performed in an environment that is as production-like as feasible (configuration, data shape, integrations) but still controlled and safe for testing activities. This is commonly referred to as preproduction (often "staging"): it supports realistic end-to-end flows, allows business users to validate that the SUT meets acceptance criteria, and enables running routine/repetitive automated checks without risking live operations. A build environment is focused on compiling/packaging and basic verification, not business acceptance. An integration environment is used to validate interactions among components/systems, but may not reflect full production- like configuration, and it's often shared and volatile-less suitable for formal acceptance activities involving end users. Production is generally avoided for UAT because acceptance testing can alter live data, disrupt users, and introduce unacceptable business risk; production testing is typically limited to tightly controlled smoke checks, monitoring, or specific "in-production" validation patterns with strong safeguards. Therefore, the environment in which both end-user manual UAT and supporting automated routine scenarios are typically executed is the preproduction environment, aligning with TAE's guidance on balancing realism with risk containment.
Add Comments
- Other Question (14q)
- Q1. A CI/CD pipeline consists of two phases: build and deployment. The build phase, among othe...
- Q2. A suite of automated test cases was run multiple times on the same release of the SUT in t...
- Q3. You have agreed with your organization's managers to conduct a pilot project to introduce ...
- Q4. Consider choosing an approach for the automated implementation of manual regression test s...
- Q5. A release candidate of a SUT, after being fully integrated with all other necessary system...
- Q6. Automated tests at the UI level for a web app adopt an asynchronous waiting mechanism that...
- Q7. Some automated regression test scripts run by a TAS in a given test environment make calls...
- Q8. (Which of the following answers describes the LEAST relevant concern in selecting suitable...
- Q9. An automated test script makes a well-formed request to a REST API in the backend of a web...
- Q10. Which of the following statements about a test progress report produced for an automated t...
- Q11. Consider a TAS implemented to perform automated testing on native mobile apps at the UI le...
- Q12. An automated test case that should always pass sometimes passes and sometimes fails interm...
- Q13. (In User Acceptance Testing (UAT) for a new SUT, in addition to the manual tests performed...
- Q14. Which of the following layers within the TAA contains technology-specific implementations ...
