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

def currentStepInd = context.currentStepIndex
def previousStep = testRunner.testCase.getTestStepAt(currentStepInd - 1)
log.info previousStep.name
原文地址:https://www.cnblogs.com/MasterMonkInTemple/p/4152746.html