[SoapUI] 在Test Step 下加Script Assertion,用 messageExchange 获取当前步骤的response content

//Get response content of the current request

def response = messageExchange.getResponseContent()



//Check data

assert response.contains("uaL5ist"), "FAIL : Dependencies:Calculation Service, Time Series, Database, Setting Storage"

  

你可能感兴趣的:(Exchange)