Forum Discussion
Volvo_Informati_1
12 years agoOccasional Contributor
Hi
From my logs in earlier posts.
This is the soapui log when running the testcase in SOAPUI:
Thu Oct 31 17:52:17 CET 2013:DEBUG:Sending request: GET /customerapi/rest/v2.0/vehicles/SOAP5867537382424/position?client_latitude=57.651165&client_accuracy=10&client_longitude=11.864204 HTTP/1.1
Here is one property taken from the project and one property taken from the project.
The configured URL is:
/customerapi/rest/${#Project#API_VERSION}/vehicles/${#TestCase#VIN}/position
i.e ${#Project#API_VERSION} is set to v2.0 and ${#TestCase#VIN} is set to SOAP5867537382424
Here is the same log row when running the testcase with testrunner:
17:51:50,305 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Sending request: GET /customerapi/rest/v2.0/vehicles/SOAP5867537382424/position HTTP/1.1
And as you can see the parameters are missing.
Thanks again for the fast response. This issue is urgent for us becuase we are in the process of letting jenkins run all our regressions tests on a regular basis.
Regards Pontus
From my logs in earlier posts.
This is the soapui log when running the testcase in SOAPUI:
Thu Oct 31 17:52:17 CET 2013:DEBUG:Sending request: GET /customerapi/rest/v2.0/vehicles/SOAP5867537382424/position?client_latitude=57.651165&client_accuracy=10&client_longitude=11.864204 HTTP/1.1
Here is one property taken from the project and one property taken from the project.
The configured URL is:
/customerapi/rest/${#Project#API_VERSION}/vehicles/${#TestCase#VIN}/position
i.e ${#Project#API_VERSION} is set to v2.0 and ${#TestCase#VIN} is set to SOAP5867537382424
Here is the same log row when running the testcase with testrunner:
17:51:50,305 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Sending request: GET /customerapi/rest/v2.0/vehicles/SOAP5867537382424/position HTTP/1.1
And as you can see the parameters are missing.
Thanks again for the fast response. This issue is urgent for us becuase we are in the process of letting jenkins run all our regressions tests on a regular basis.
Regards Pontus