Can Autopilot generate the entire test case in one go for multi-level navigation or multiple screens

Hi folks,

I want to develop test cases with detailed steps and screenshots.
My question is : Can Autopilot generate the entire test case in one go?

My Observation -
Autopilot is able to extract selectors from the currently attached screen, which works well for single-step actions.
However, when the test case involves multi-level navigation or multiple screens, Autopilot requires the process to be broken down into parts.
This means we cannot generate the full test case in one go using Autopilot.

Request for Guidance -
Could you please suggest if there are any other options available in UiPath, such as:

1.Features in pre-release versions
2.Upcoming capabilities in future roadmap
3.Any alternative tools or approaches to generate complete test cases more efficiently

@Pablito @Palaniyappan @balupad14 @loginerror @Yoichi @Anil_G @mukeshkala

Thanks,

@prashant07

One way we checked is by creating the object repo and then try to generate.that helped in getting few more steps as well

there are improvements being made to give more details..also attaching documents of steps if you have or so in the test case in orchestrator also can help here

Object repo creation is definitely making it more better

cheers

Hi @Anil_G

Thanks for the reply,
Can you please elaborate to process or share relevant document.

Thanks,

@prashant07

Create your object repo first with elements from web page and give proper descriptions to it and then use autopilot to generate sequence

cheers

Thanks @Anil_G

This is not what we looking. we want Autopilot to generate the entire test case in one go using prompt.

@loginerror @Pablito @Palaniyappan @balupad14

1 Like

@prashant07

As of now then navigation would not be generated as the objects are not present or it does not perform actions while generating

Cheers