Datasets
Create Test Cases For Dataset
Adds items/test cases to a dataset. If the dataset does not exist, it will be created. Returns the IDs of the created items/test cases.
Returns: List[int]: List of IDs of the created items/test cases.
POST
/
api
/
parea
/
v1
/
testcases
Authorizations
Body
application/json
List of items which should be added to dataset.
ID for the dataset/test case collection. Either ID or name is required to identify the dataset.
Name for the dataset/test case collection. Either ID or name is required to identify the dataset.
Response
200 - application/json
The response is of type integer[]
.
Was this page helpful?