Forum Discussion
nmrao
Champion Level 3
Did you try below for single response? Then add the same for different tests for multiple occurrences.
Bala_1980
9 years agoOccasional Contributor
Hi, its working now with the following lines of code:
def myOutFile = "File Path"
def response = context.expand( '${Methodname#Response}' )
def myOutFile1 = new File(myOutFile)
myOutFile1.write(response, "UTF-8")
Related Content
- 4 years ago
- 4 years ago
Recent Discussions
- 15 years ago