Execute Standard Test

Prev Next
Post
/api/v1/Execution/projects/{projectId}/tests/{testId}/execute

Execute a specified standard test

Security
API Key: x-val-api-token
Header parameter namex-val-api-token

API key needed to access endpoints. Each Validatar user can manage their own set of API keys.

Path parameters
projectId
integer (int32) Required

Project containing the standard test

testId
integer (int32) Required

Standard test to execute

Body parameters

Execution configuration

object
waitUntilComplete
boolean

Set this to true if you want the execution process to fully finish before updating

saveInRepository
boolean

Set this to true if you would like to save the test results in the repository; false if the results should just be sent to the screen

leftDataSourceId
integer (int32) | null

Nullable ID for Source Data Source

rightDataSourceId
integer (int32) | null

Nullable ID for Target Data Source

object
waitUntilComplete
boolean

Set this to true if you want the execution process to fully finish before updating

saveInRepository
boolean

Set this to true if you would like to save the test results in the repository; false if the results should just be sent to the screen

leftDataSourceId
integer (int32) | null

Nullable ID for Source Data Source

rightDataSourceId
integer (int32) | null

Nullable ID for Target Data Source

object
waitUntilComplete
boolean

Set this to true if you want the execution process to fully finish before updating

saveInRepository
boolean

Set this to true if you would like to save the test results in the repository; false if the results should just be sent to the screen

leftDataSourceId
integer (int32) | null

Nullable ID for Source Data Source

rightDataSourceId
integer (int32) | null

Nullable ID for Target Data Source

object
waitUntilComplete
boolean

Set this to true if you want the execution process to fully finish before updating

saveInRepository
boolean

Set this to true if you would like to save the test results in the repository; false if the results should just be sent to the screen

leftDataSourceId
integer (int32) | null

Nullable ID for Source Data Source

rightDataSourceId
integer (int32) | null

Nullable ID for Target Data Source

Responses
200

OK

object
name
string | null

The name of the execution result

executionKey
string | null

The key of the execution result

batchId
integer (int32) | null

The ID of the batch associated with the execution

403

Forbidden

404

Not Found

object
error
string | null