Forum Discussion
Volvo_Informati_1
12 years agoOccasional Contributor
Hi
I got it to work, but I still thinks it is a bug and I don't have a solution for my problem yet.
It works the when the resource path for a REST request looks like:
/customerapi/rest/position
But when the resource path looks like(i.e. using project or testcase properties) it doesn't work:
/customerapi/rest/${#Project#API_VERSION}/vehicles/${#TestCase#VIN}/position
In our case we have 3 different API_VERSION and want to run the same test cases on all 3 api versions, thats why we have ${#Project#API_VERSION} in the URL.
And ${#TestCase#VIN} is generated in the begining of the testcase.
Is there any workaround for this?
/Rgards Pontus
I got it to work, but I still thinks it is a bug and I don't have a solution for my problem yet.
It works the when the resource path for a REST request looks like:
/customerapi/rest/position
But when the resource path looks like(i.e. using project or testcase properties) it doesn't work:
/customerapi/rest/${#Project#API_VERSION}/vehicles/${#TestCase#VIN}/position
In our case we have 3 different API_VERSION and want to run the same test cases on all 3 api versions, thats why we have ${#Project#API_VERSION} in the URL.
And ${#TestCase#VIN} is generated in the begining of the testcase.
Is there any workaround for this?
/Rgards Pontus