I need to get a report for results in uipath

Test Automation Execution Reporting

I have seen this Test Automation Execution Reporting template in marketplace where it was mentioned to create a template, I have created an Execution template and can someone help with the next steps? And the studio version I’m using is 10.14
I see one more option Rbanda.TestReportGenerator.Activities but this is not compatible with windows projects.
Please provide some insights:)

Hi @Allamsetty_Preethieka

Welcome to the Community

The Test Automation Execution Reporting template available in the UiPath Marketplace was created mainly for Windows-Legacy projects. Since you are using UiPath Studio 10.14 with a Windows project, the package
.TestReportGenerator.Activities is not compatible and therefore cannot be used.
1 Use UiPath’s built-in Test Execution Reports available from Test Explorer or Orchestrator.
2 For custom needs, create your own report using Log Message / Excel / HTML activities

If solution helps you please mark as solution so it’s helps other to

Hope it helps
Thanks & Happy Automations

In Studio 2021.10 (Windows projects), Rbanda TestReportGenerator is not supported as this only works with Legacy projects.
Since package only is not compatible, there are no further steps you can do inside Studio.

You need to use Windows projects, create and publish test cases from Studio, execute them using Test Manager or Orchestrator test sets, and use the built-in Test Manager execution reports whether pass/fail status, logs and then export them to Excel/PDF.

hi, @Allamsetty_Preethieka

Since you’re using Studio 2021.10 (10.14) with Windows projects, the Rbanda TestReportGenerator won’t work because it supports only Legacy projects.

The simplest and most reliable way is to run your test cases from Orchestrator using a Test Set. After execution, you can view the results in Test Results and export them directly to Excel or PDF. This is built in and doesn’t need any extra packages.

If you’re running tests locally from Studio, you can use the Test Results panel and export the results manually. Custom execution report templates are not supported for Windows projects in this Studio version.

@Allamsetty_Preethieka

welcome to the community

first thing you need to attach the execution template to the test cases then once you run from test manager you can generate the report

cheers

Hi @Allamsetty_Preethieka

The Test Automation Execution Reporting Marketplace template works only with Windows-Legacy test projects.
Since you’re using Studio 10.14 (Windows), Rbanda.TestReportGenerator.Activities is not supported, which is why you can’t use it.

If you need test results in Windows projects:

  • Use UiPath Orchestrator / Test Manager for built-in execution reports, or
  • Create a custom report (log results to Excel/HTML).

So:

  • Want the Marketplace template → use Windows-Legacy
  • Staying on Windows → use Orchestrator/Test Manager reporting

If solution help you please mark as solution.

Hi @Allamsetty_Preethieka

if solution works for you please mark as solution so it’s helps others too and let me know if u any doubts

Thanks & Happy Automations