Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi
In scenario 4 you could use a StringWriter instead of your FileOutputStream. After the call to testStepResult.writeTo you could then query the content of your StringWriter with either getBuffer() or toString().
Regards,
Joel Jonsson
SmartBear Sweden
In scenario 4 you could use a StringWriter instead of your FileOutputStream. After the call to testStepResult.writeTo you could then query the content of your StringWriter with either getBuffer() or toString().
Regards,
Joel Jonsson
SmartBear Sweden