Test Cases · Example Payload

Test Cases Test Result Example

API TestingAutomationQuality AssuranceSoftware DevelopmentSoftware TestingTesting

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

Top-level fields

idtest_case_idtest_run_idstatusexecuted_byexecuted_atduration_msenvironmentbuild_versiondefectscommentstep_results

Example Payload

test-cases-test-result-example.json Raw ↑
{
  "id": "sample-id",
  "test_case_id": "test_case-001",
  "test_run_id": "test_run-001",
  "status": "error",
  "executed_by": "sample-executed-by",
  "executed_at": "2025-03-15T14:30:00Z",
  "duration_ms": 73,
  "environment": "staging",
  "build_version": "1.2.3",
  "defects": [
    "sample-defects-item",
    "sample-defects-item",
    "sample-defects-item"
  ],
  "comment": "This is a sample comment.",
  "step_results": [
    {}
  ]
}