UiPath Documentation
activities
latest
false
Integration Service activities

Get Test Cases

Configuration reference for the Get Test Cases activity: input parameters and output fields for retrieving all test cases in a project.

Description

Gets all test cases for a project.

Project compatibility

Windows | Cross-platform

Configuration

  • UiPath Test Manager connection – The connection established in Integration Service. Access the dropdown menu to choose, add, or manage connections.
  • projectId – Select the project ID from the dropdown.
  • testSetId (optional) – Enter a test set ID to filter test cases by.
  • requirementId (optional) – Enter a requirement ID to filter test cases by.
  • onlyNotAutomated (optional) – Select the check box to only return test cases that are not automated.
  • updatedBy (optional) – Enter the ID of the user who last updated the test case, to filter by.
  • changedSince (optional) – Enter a date/time to retrieve test cases changed since.
  • search (optional) – Enter a search term to filter test cases.
  • orderby (optional) – Enter the field to order results by.
  • top (optional) – Enter the number of records to retrieve.
  • skip (optional) – Enter the number of records to skip.
Note:

The response may include additional custom or connected fields beyond those listed here.

Output

  • projectId (String)
  • id (String)
  • name (String)
  • automationId (String)
  • isAutomated (Boolean)
  • testCaseVersion (String)
  • connectedRequirementId (String)
  • customFieldProp1 (String[])
  • customFieldProp2 (String[])
  • Description
  • Project compatibility
  • Configuration
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated