SoapUI: 从属性变量里面读取值, 把string 转换成arraylist

 

 

 def nameProfileID= parse(response).read('$.listEAAA[0].ID')

context.testCase.setPropertyValue("ID",nameProfileID.toString()) 设置了 case的属性变量

context.expand('${#TestCase#ID}') 这是从case的属性变量里面拿取值

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
  • 2022-03-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2021-09-21
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
相关资源
相似解决方案