Forum Discussion
IssathCreau
13 years agoNew Contributor
Update:
I took a look through the API and I think I found the class that deals with downloading the resources:
http://www.soapui.org/apidocs/com/eviwa ... oader.html
It contains a function called "downloadCssAndImages" which kind of implies that it doesn't download scripts.
However the HTTP Download all resources assertion states that it "Downloads all resources referred to be an HTML document (images, scripts, etc.) and validates that they are all available. Applicable to any property containing HTML." so I assume that downloading the resources should include the scripts associated with the page but that doesn't seem to be the case when I check the API.
So what I wanna know now is if checking the Download Resources checkbox in the HTTP request is even supposed to download javascript at all or if it's just supposed to download css, and images.
I took a look through the API and I think I found the class that deals with downloading the resources:
http://www.soapui.org/apidocs/com/eviwa ... oader.html
It contains a function called "downloadCssAndImages" which kind of implies that it doesn't download scripts.
However the HTTP Download all resources assertion states that it "Downloads all resources referred to be an HTML document (images, scripts, etc.) and validates that they are all available. Applicable to any property containing HTML." so I assume that downloading the resources should include the scripts associated with the page but that doesn't seem to be the case when I check the API.
So what I wanna know now is if checking the Download Resources checkbox in the HTTP request is even supposed to download javascript at all or if it's just supposed to download css, and images.