Are there any packages available for uiPath Studio, similar to testNG or JUnit, that can help me to perform assertions?

Are there any packages available for UiPath Studio, similar to testNG or JUnit, that can help me to perform assertions?
I am trying to perform comparison between expected results and actual results.
I want a report generated at the end that shows me success and failure at step level.

@Priyesh_Tuli

Please explore the test manager…you have a verify execution…

also you can add test sets test cases etc

cheers

1 Like

Hi @Priyesh_Tuli - Test Suite - Getting Started

Hi @Priyesh_Tuli
Please check on verify actions available under activities… you find an option to enable the screenshot for passed and failed scenario.
When you enable them and publish the code to orchestrator and also linking the testcase to the Test manager, you will get assertion created in your test results upon the execution of your testcase. Hope this finds you helpful

Cheers