We would like to use one WSAPI call and create (or update) a Test Set and include a number of Test Cases. Can this be done?
Yes. Here is an example:
{
"TestSet": {
"Name":"Creating a TestSet with multiple TestCases",
"TestCases": [
{ "_ref": "/testcase/<TEST_CASE_OID>" },
{ "_ref": "/testcase/<TEST_CASE_OID>" }
]
}
}
You can include more fields to your Test Set definition than 'Name' which is in the above example.