Run Scenario with Test Data Case

A REST request is made to the GMUS to run a Scenario with a Test Data Case (G-Case).


URL:  http://<ipAddress>:8070/rest/scenario


JSON Payloads to execute G-Case using GMUS API.


Test Data Case

{
"clientAppId": "XXXXXXX-2560-487b-bfc9-XXXXXXXXXXX",
"clientUserId": "XXXXXXXX-86f7-4e23-b3df-XXXXXXXXXX",
"username": "email@example.com",
"scenario": "DepartmentScenario.grs",
"scenarioPath": "/home/joe/Downloads",
"inMemory": false,
"api": [{
"methodName": "testDataCaseAdd",
"parameters": {
"pathAndFileName": "/home/joe/Downloads/GMUSTest.gtdc",
"categoryName": "Beta",
"caseName":"case1",
"excludeRules":false,
"excludeQueries":false
 }