Join the discussion
Question 10/14
Which of the following statements about a test progress report produced for an automated test suite is TRUE?
Correct Answer: C
TAE reporting guidance emphasizes that stakeholders must be able to interpret results in context. A fundamental contextual attribute is the test environment: where the SUT was deployed, what configuration was used, and (by implication) what data and integrations were in play. Without environment identification, results can be misleading, non-reproducible, or not comparable across runs (e.g., failures caused by environment instability vs. product defects). Therefore, including the environment in the progress report is a core requirement. Option B is incorrect because TAE explicitly promotes tailoring reports to stakeholder needs; different audiences require different levels of detail, summaries, and views. Option A is generally too granular for a progress report: step-level timestamps belong more to detailed execution logs and troubleshooting artifacts, not to a progress report intended to communicate status efficiently. Option D may be included in some reports, but it is not as universally required as the environment identifier; and in TAE,
"progress report" tends to focus on overall status (what ran, what passed/failed, trends, coverage, environment) rather than per-test timing metadata. Thus, the reliably true statement is that the report should indicate the test environment.
"progress report" tends to focus on overall status (what ran, what passed/failed, trends, coverage, environment) rather than per-test timing metadata. Thus, the reliably true statement is that the report should indicate the test environment.
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 ...
