Parameterize base url, api path and other details

Hi Team,

From the JSON payload, i want to get base URL, api path and other details to simulation code.

JSON file.

along with JSON payload data, i want to take basepath also from json file to simulation class. not able to achieve this. Please help.

Thanks.

{
  "test_name": "Minimal Redis performance test",
  "method": "POST",
  "basePath": "[http://reqres.in](http://reqres.in)",
  "path": "api/users",
  "data":
      {
        "name": "morphus",
        "job": "leader"
      }
}

Simulation file

Can you elaborate here. Do you have some samples that you can share. Also can you share what you’d like to see

1 Like