2020年9月14日

SoapUI 常用Groovy Script

摘要: 随机4位字符串 int len=4 String uuid = java.util.UUID.randomUUID().toString() .replaceAll("-", ""); random =uuid.substring(0, len) context.testCase.testSuite 阅读全文

posted @ 2020-09-14 14:33 橘子香水2020 阅读(260) 评论(0) 推荐(0)

导航