UiPath · Example Payload

Test Manager Test Execution Example

AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

Test Manager Test Execution Example is an example object payload from UiPath, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtestSetIdtestSetNamestatusstartedOnfinishedOntotalTestCasespassedTestCasesfailedTestCasesblockedTestCases

Example Payload

Raw ↑
{
  "id": "item-001",
  "testSetId": "item-001",
  "testSetName": "Example Name",
  "status": "Pending",
  "startedOn": "2026-01-15T10:30:00Z",
  "finishedOn": "2026-01-15T10:30:00Z",
  "totalTestCases": 34,
  "passedTestCases": 81,
  "failedTestCases": 40,
  "blockedTestCases": 66
}