POST /TestRun/CreateTestRun HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 308 { "collectionId": 1, "description": "text", "rowLevelCollectionId": [ 1 ], "testRunName": "text", "testRunType": "text", "loadTestingCount": [ 1 ], "status": [ "text" ], "createdBy": "text", "updatedBy": "text", "createdDate": "text", "lastUpdatedDate": "text", "lastExecutedDate": "text", "enableVisuals": [ true ], "totalTestingLoadCount": 1 }
Success: Test run created successfully with a new Test Run Id.
No Content