Forum Discussion

Sangeetha's avatar
Sangeetha
Occasional Contributor
9 years ago
Solved

How to make test case redundant in REST for different parameter in each testcase?

Hi,   My first REST test request is as follows:   Request: { Parameter1: "value" }   My Second REST test request has the same steps as first request but it has additional one parameter in th...
  • hesterli's avatar
    9 years ago

    Are you using query parameter? If so, maybe you can add all parameters without any values in your first test request and create it 18 times in your test scenarios based on this test request. Then in each test secnario you only add the value to the parameters you want to use.