Create multiple Testcases
Create multiple Testcases in the specified Testset.
post/testsets/{testsetId}/testcases
Path parameters
testsetIdstring required
Example:246
The ID of the Testset to add the Testcases to.
Request body
Response
Testcases created successfully
Example response
{
"items": [
{
"validationErrors": [
{
"path": "/data/question",
"message": "Required field missing"
}
]
}
]
}