Sorry, we didn't find any relevant articles for you.

Send us your queries using the form below and we will get back to you with a solution.

GMUS API: Run Scenario with a Test Data Case

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

Method Type: POST

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
      }
    }
  ]
}