Test Plans · Example Payload

Test Plans Test Cycle Example

This is a sample description.

DocumentationQuality AssuranceSoftware DevelopmentTest ManagementTesting

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

Top-level fields

idnamedescriptiontest_plan_idstatusstart_dateend_dateenvironmentbuild_versiontotal_testspassedfailedblockednot_executedowner

Example Payload

Raw ↑
{
  "id": "sample-id",
  "name": "Sample Name",
  "description": "This is a sample description.",
  "test_plan_id": "test_plan-001",
  "status": "abandoned",
  "start_date": "2025-03-15",
  "end_date": "2025-03-15",
  "environment": "staging",
  "build_version": "1.2.3",
  "total_tests": 48,
  "passed": 41,
  "failed": 62,
  "blocked": 33,
  "not_executed": 56,
  "owner": "sample-owner"
}