I have created some test cases as workflows (click on project → Add → Workflow). To verify the expected result to actual result, I used an if condition and added log messages to print whether the test scenario is failed or not. Now I want to get test result/report for each workflow; instead of the log message, I want to get pass or fail status through UiPath like other IDEs. When I search to get those results, we need to create a testcase (click on project → Add → testcase) instead of creating a workflow (click on project → Add → Workflow). In my project, I don’t get the create testcase option when I click on project, so I click on workflow I created and selected ‘Create test case’. Then a test case is created and it refers to my workflow inside the when category. Even though I run that test case, I don’t get any test result. I have attached a screenshot of my project. My questions are:
- How can I get test results from UiPath?
- Is there a way to get a test report of all the test cases?
- Since I have created considerable test scenarios as workflows, how can I convert my existing test scenarios to whatever method which can get answers for question 1 and 2,



