Test Cases Generated via Autopilot in Test Manager Creating Blank Workflows in Studio

Hello everyone,

I recently created a sample testing project in UiPath Test Manager where I added requirements and generated test cases using Autopilot.

After that, I connected UiPath Studio with the same Test Manager project. I was able to successfully see all the generated test cases in Test Explorer.

However, when I click on Generate Test Cases in Studio, the workflow that gets created only contains:

  • A blank “Use Application/Browser” activity
  • A “Verify Expression” activity at the end

This same structure is generated for all the test cases, and no additional skeletal steps or detailed test actions are included in the workflow.

I also tried creating different projects and test cases, but the result is always the same.

I was expecting that Autopilot would generate at least a basic skeleton of the test case steps in the workflow, but that does not seem to happen.

My questions:

  1. Is this the expected behavior when generating test cases from Test Manager to Studio?
  2. Does Autopilot currently generate only a basic workflow template?
  3. Is there any additional configuration required to generate more detailed skeletal workflows in Studio?

Any guidance or clarification would be greatly appreciated.

Thank you!

@Jasmin_Bar Yes, you can generate steps using Autopilot by writing a proper prompt inside the “generate with Autopilot” (Please check below example)

@Dhruba_Jyoti_Kalita thank you for the suggestion but my question is different.

My questions:

  1. Is this the expected behavior when generating test cases from Test Manager to Studio?
  2. Does Autopilot currently generate only a basic workflow template?
  3. Is there any additional configuration required to generate more detailed skeletal workflows in Studio?

Hello @Jasmin_Bar,

It looks like you are trying to generate test cases using Autopilot, which involves UI Automation. Did you capture the object repository first? That’s a prerequisite for UI Automation testing use cases through Autopilot.

Thanks,
Karthik