How to give extended report in uipath

Hello,

i have created script in UiPath verstion 2024.10.9 to select drop downs and information for application and then generate excel of that selected information then validate excel and upload excel in application again.
Now team is asking for extended reports (detailed reports of each testcase like test case pass or fail)for each tet case.
how can i generate this via UiPath? like below .for now i am writing report in excel


my excel report

help me on same

UiPath has Insights for Dashboarding, or Test Manager if you are doing testing projects, however Test Manager can be expensive so perhaps Insights can meet your needs.

@Mathkar_kunal

Can you check Test Report Generator on market place .

I’m not sure if that can help you with pivot or any other visualizations but it will create a basic report for tests like below

@Mathkar_kunal also you can generate insights from test manager

which can be downloaded in word format.

hi,

i cant find this activity on marketplace

@Mathkar_kunal

Test Report Generator for UiPath - RPA Component | UiPath Marketplace | Overview download it from here

we assume that your project compatibility is set to Windows. The package is for Windows Legacy compatible projects:

Therefore it cannot be added to the referenced packages.

Have a look also at the Test Manager Rest API and explore it with Swagger

Maybe it serves to collect the needed data and be used for the the test report generation