Solved
Forum Discussion
nmrao
6 years agoCommunity Hero
Can you not use HTTP Request?
doubtsreadyapi
6 years agoContributor
- nmrao6 years agoCommunity HeroUse property expansion for url of the HTTP Request.
That means, the value for the URL has to be assigned in the previous test step
Say use a test case level custom property FILE_DOWNLOAD_URL and assign the value for before executing HTTP Request.
In the URL for HTTP Request, assign value "${#TestCase#FILE_DOWNLOAD_URL}"
Here is the documentation for Property expansion
https://www.soapui.org/scripting-properties/property-expansion/- doubtsreadyapi6 years agoContributor
Hi nmrao
Thanks once again, You mean to say in the HTTP Request, in End Point field i have to pass like this "${#TestCase#FILE_DOWNLOAD_URL}"? and where will the file will get stored?
Please let me know my understanding is correct
- nmrao6 years agoCommunity HeroCan you please try and see?