Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
when you run your test case, you say that the resource params do not evaluate correctly. And you resource is defined as:
/customerapi/rest/${#Project#API_VERSION}/vehicles/${#TestCase#VIN}/position
So when you run the test case, can you double click on the run REST step in "TestCase Log" tab and look at what the URL is for the request in the 'Raw' Request tab. Does it have the API_VERSION and the VIN?
Or is it just:
<domain>/customerapi/rest//vehicles//position
Thanks,
Michael Giller
SmartBear Software
when you run your test case, you say that the resource params do not evaluate correctly. And you resource is defined as:
/customerapi/rest/${#Project#API_VERSION}/vehicles/${#TestCase#VIN}/position
So when you run the test case, can you double click on the run REST step in "TestCase Log" tab and look at what the URL is for the request in the 'Raw' Request tab. Does it have the API_VERSION and the VIN?
Or is it just:
<domain>/customerapi/rest//vehicles//position
Thanks,
Michael Giller
SmartBear Software