[SoapUI]怎样保存response到本地文件夹

def myOutFile = "D:/AUS/Aspect Huntley feed URLs/Automation Save Responses/ahresearch.xml"
def response = context.expand( '${testStepName#Response}' )
def f = new File(myOutFile)
f.write(response, "UTF-8")

posted on 2014-12-08 17:30  张缤分  阅读(643)  评论(0编辑  收藏  举报

导航