CreateTestRun
Authorizations
AuthorizationstringRequired
Enter 'Bearer' followed by your JWT token
Body
collectionIdinteger · int32Required
descriptionstring · min: 1Required
rowLevelCollectionIdinteger · int32[]Required
testRunNamestring · min: 1Required
testRunTypestring · min: 1Required
loadTestingCountinteger · int32[]Required
statusstring[] | nullableOptional
createdBystring · min: 1Required
updatedBystring | nullableOptional
createdDatestring · min: 1Required
lastUpdatedDatestring | nullableOptional
lastExecutedDatestring | nullableOptional
enableVisualsboolean[] | nullableOptional
totalTestingLoadCountinteger · int32Required
Responses
200
Success: Test run created successfully with a new Test Run Id.
No content
400
Bad Request: Invalid input or missing required parameters in the test run model.
500
Internal Server Error: An error occurred during the creation of the test run or insertion into the database.
post
/TestRun/CreateTestRunNo content