UiPath Test Automation Engineer Professional v1 — Question 6
What happens if a Test Execution is re-executed?
Answer options
- A. A log with all the previous executions is kept.
- B. A log with only the previous execution is kept.
- C. New test execution results are generated, independent from the previous ones.
- D. The old execution results are deleted and replaced with the new results.
Correct answer: C
Explanation
When a Test Execution is re-executed, it produces new results that are not influenced by the outcomes of previous runs, making option C the correct answer. Options A and B inaccurately suggest that previous execution logs affect the current run, while option D incorrectly states that old results are deleted instead of being independent.