Hello,
I am experimenting with UiPath for automated testing. Most tools/framework provide a way to execute certain actions once before of after a run (or test case). (like junit’s @Before/@BeforeAll etc.)
This is often used to prepare or clean up test data, or do environment specific setup actions. How would one go about this when using UiPath? As far as I can see now, all test cases are executed as separate workflows, but there is not a container that binds them where we could do before or after steps? I could not find documentation on this topic.