[SoapUI]怎样获取上一个Test Step的名字

def currentStepInd = context.currentStepIndex
def previousStep = testRunner.testCase.getTestStepAt(currentStepInd - 1)
log.info previousStep.name

 

posted on 2014-12-09 10:54  张缤分  阅读(268)  评论(0编辑  收藏  举报

导航