15 years ago
Using Remote javascript file in tests?
I'm creating some tests that needs to process a javascript file from a remote server in order to build the needed data to send back via a REST call. Is there any way for soapui to download a remote javascript file (i.e. http://example.com/path/to/myscript.js) and execute methods from said file? (I need the return values from the method).