Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHowdy!
Hmm, this should work. To verify exactly what's working and what's not, could you try to do the same thing, but replacing this:
with this:
...and then see if the files are empty or not?
Regards
Henrik
SmartBear Software
Hmm, this should work. To verify exactly what's working and what's not, could you try to do the same thing, but replacing this:
testStepResult.writeTo( pw )
with this:
pw.println( 'Testing, testing... one, two, one, two!' )
...and then see if the files are empty or not?
Regards
Henrik
SmartBear Software