Test Cases · Example Payload

Test Cases Test Step Example

API TestingAutomationQuality AssuranceSoftware DevelopmentSoftware TestingTesting

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

Top-level fields

idtest_case_idstep_numberactiontest_dataexpected_resultactual_resultstatusnotesscreenshot_url

Example Payload

test-cases-test-step-example.json Raw ↑
{
  "id": "sample-id",
  "test_case_id": "test_case-001",
  "step_number": 40,
  "action": "sample-action",
  "test_data": "sample-test-data",
  "expected_result": "sample-expected-result",
  "actual_result": "sample-actual-result",
  "status": "passed",
  "notes": "sample-notes",
  "screenshot_url": "https://example.com/api/screenshot-url/abc123"
}