MildaGenius
5 years agoNew Contributor
How to access result files from test
Hello,
I am using Appium + AltUnity + Python script to run test on mobile devices.
Test generates some kinds of result files (txt, raw, png). These files are pulled out from device by Appium to directory on the same level as test script (image of local run result in attachment). But I didn't find these files on result Bitbar web page.
How can I access and download these files?
Is some API for download these files?
Thanks for response.
Yes. It is possible to find that.
I believe that the above code snippet is of script assertion of the Soap Request type test step, but not Groovy Script test step.
Here it goes:
import com.eviware.soapui.impl.wsdl.teststeps.WsdlTestRequestStep if (context.currentStep instanceof WsdlTestRequestStep) { //Your code goes inside of this if block }