CreateTestRun

Creates a new test run based on the provided test run model and inserts data into the database.

post
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

post
/TestRun/CreateTestRun

No content