QuestionQ74
Generic Automation DevelopmentWhat is the main distinction between preconditions and postconditions in UiPath Test Manager manual test cases?
- A Preconditions are automatically verified by the system before test execution, while postconditions require manual verification by the tester after each step.
- B Preconditions are tasks executed before testing starts and are not part of the test case workflow, while postconditions are part of the workflow and must be confirmed by the tester.
- C Preconditions are optional steps that can be skipped during execution, while postconditions are mandatory and must be completed for the test to pass.
- D Preconditions define the expected behavior of each step, while postconditions specify the overall test case result as either passed or failed.
Community Discussion