test-manager
latest
false
- Getting started
- Project management
- Documents
- Working with Change Impact Analysis
- Create test cases
- Assigning test cases to requirements
- Cloning test cases
- Exporting test cases
- Linking test cases in Studio to Test Manager
- Delete test cases
- Manual test cases
- Importing manual test cases
- Document test cases with Task Capture
- Parameters
- Enabling governance at project level
- Disabling governance at project level
- Enabling governance at test-case level
- Disabling governance at test-case level
- Managing approvers for governed test cases
- Managing governed test cases in the In Work state
- Managing governeed test cases in the In Review state
- Managing governed objects in the Signed state
- Managing comments for governed test cases
- Applying filters and views
- Importing Orchestrator test sets
- Creating test sets
- Adding test cases to a test set
- Assigning default users in test set execution
- Enabling activity coverage
- Enabling Healing Agent
- Configuring test sets for specific execution folders and robots
- Overriding parameters
- Cloning test sets
- Exporting test sets
- Applying filters and views
- Accessibility testing for Test Cloud
- Searching with Autopilot
- Project operations and utilities
- Test Manager settings
- ALM tool integration
- API integration
- Troubleshooting
Test Manager user guide
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'."
- "Click on 'Products'".
- "Run Job 'myDemoJob' on Orchestrator."