Create multiple Testcases
Create multiple Testcases in the specified Testset.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Testset to add the Testcases to.
"246"
Body
Testcases to create (max 100).
A test case in the Scorecard system. Contains JSON data that is validated against the schema defined by its Testset.
The inputs
and labels
fields are derived from the data
field based on the Testset's fieldMapping
, and include all mapped fields, including those with validation errors.
Testcases are stored regardless of validation results, with any validation errors included in the validationErrors
field.
Response
A test case in the Scorecard system. Contains JSON data that is validated against the schema defined by its Testset.
The inputs
and labels
fields are derived from the data
field based on the Testset's fieldMapping
, and include all mapped fields, including those with validation errors.
Testcases are stored regardless of validation results, with any validation errors included in the validationErrors
field.