Data Validation
- Data Validation
- All Products
Field
| Type
| Description
|
---|---|---|
sequenceName
| String
| Instance name or name of the test case job. The sequence name uses the following format:
<test_case_name>__<counter> . The counter is set to
001 when you run a test case for the first time. The counter is incremented by 1 for each test case run thereafter.
|
testCaseId
| String
| ID of the test case.
|
testCaseRunId
| String
| Run ID of the test case.
|
startDateTime
| String
| Date and time when the test case run started.
|
finishDateTime
| String
| Date and time when the test case run completed.
|
duration
| String
| Number of milliseconds for which the test case ran.
|
errorMessage
| String
| Detailed information about the error message.
|
samplingStrategy
| String
| Defines the sampling type and value used.
|
mappingStrategyType
| String
| Displays one of the following values based on the comparison method used:
|
report
| Array
| Array that gives the following details:
|
Field
| Type
| Description
|
---|---|---|
code
| String
| Code of the error message.
|
message
| String
| Error message.
|
debugMessage
| String
| Message that can be used for debugging the issue.
|
details
| String
| Detailed information about the error message.
|