test-manager
2.2510
true
Test Manager user guide
- Getting started
- Project management
- Documents
- Working with Change Impact Analysis
- Create test cases
- Automate test cases
- Configuring test cases for execution
- Linking test cases in Studio to Test Manager
- Assigning test cases to requirements
- Document test cases with Task Capture
- Importing manual test cases
- Cloning test cases
- Exporting test cases
- Manual test cases
- Parameters
- Delete test cases
- Applying filters and views
- Project operations and utilities
- Test Manager settings
- ALM tool integration
- API integration
- Troubleshooting
Best practices for using Autopilot to convert natural language prompts into Studio code within coded automations in Automation Suite.
This page lists guidelines to effectively use Autopilot for converting text into code in Studio.
You can leverage the Generate Code action within a coded automation from the context menu to convert any prompt that you input into code. Autopilot can understand numerous instructions, and can help you:
- Generate any C# code.
- Refactor existing code.
- Generate a UiPath® automation.
Visit Generating code to check the various methods you can use for generating code.
Note:
To convert text into code, use Studio version 2024.10.1 or higher.
Prompt examples
- "Refactor the method below and make it more performant."
- "Create a method to compare 2 strings for similarity with the input parameters 'string1' and 'string2'."
- "Select on 'Products'".
- "Run Job 'myDemoJob' on Orchestrator."