Forum Discussion
gregwhazzard
13 years agoNew Contributor
If I launch this https://skydrive.live.com/?cid=1bffe163b94b63d6&id=1BFFE163B94B63D6%21688&sff=1&tou=1
and execute this?
filePath = 'c:/users/greg/soapUI-results/'
fos = new FileOutputStream( filePath + testStepResult.testStep.label + '.txt', true )
pw = new PrintWriter( fos )
testStepResult.writeTo( pw )
pw.close()
fos.close()
and execute this?
filePath = 'c:/users/greg/soapUI-results/'
fos = new FileOutputStream( filePath + testStepResult.testStep.label + '.txt', true )
pw = new PrintWriter( fos )
testStepResult.writeTo( pw )
pw.close()
fos.close()