04 2017 档案

[SoapUI] 设置最大等待时间,不断重复的去发送一个request,每次从response中获取一个status,直到这个status从一种状态变成另外一种状态
摘要:import com.eviware.soapui.support.GroovyUtils def groovyUtils = new GroovyUtils( context ) def holder = groovyUtils.getXmlHolder( "checkProgressOfRunExport#ResponseAsXml" ) //Check whether the data... 阅读全文

posted @ 2017-04-07 10:19 张缤分 阅读(699) 评论(0) 推荐(0) 编辑

[SoapUI] 获取当前时间包括年月日时分秒来作为命名
摘要:import java.text.SimpleDateFormat GregorianCalendar calendar = new GregorianCalendar() def dateFormat = new SimpleDateFormat("yyyyMMddhhmmss") def currentTime = dateFormat.format(calendar.getTime()... 阅读全文

posted @ 2017-04-06 10:13 张缤分 阅读(665) 评论(0) 推荐(0) 编辑

[SoapUI] 通过正则表达式从xml格式的response中提取ID
摘要:import com.eviware.soapui.support.GroovyUtils import java.util.regex.* //Get response def groovyUtils = new GroovyUtils( context ) def holder = groovyUtils.getXmlHolder( "addSecurity#ResponseAsX... 阅读全文

posted @ 2017-04-05 15:26 张缤分 阅读(1617) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示