上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 47 下一页

2017年8月10日

摘要: 8 Open Source Test Automation Tools for Desktop Applications written in WinForms/ WPF: Winium TestStack.White LDTP (Linux Desktop Testing Project) Sik 阅读全文
posted @ 2017-08-10 14:03 张缤分 阅读(558) 评论(0) 推荐(0)

2017年8月9日

摘要: 重载JSONComparator比对JSON Response,忽略小数点后几位,将科学计数法转换为普通数字进行比对,在错误信息中打印当前循环的case number及其他附加信息 SoapUI里面如此调用: 阅读全文
posted @ 2017-08-09 14:24 张缤分 阅读(477) 评论(0) 推荐(0)
摘要: 重载JSONComparator比对JSON Response,忽略小数点后几位,将科学计数法转换为普通数字进行比对 封装的脚本: SoapUI里面如此调用 输出结果: 如果是通过获取test step的response来比对,脚本如下: 阅读全文
posted @ 2017-08-09 11:04 张缤分 阅读(1358) 评论(0) 推荐(0)

2017年8月8日

摘要: https://www.tutorialspoint.com/groovy/index.htm 阅读全文
posted @ 2017-08-08 11:20 张缤分 阅读(301) 评论(0) 推荐(0)

2017年8月7日

摘要: cd %WORKSPACE%cmd /c call "%READYAPI_PRO_190%\bin\testrunner.bat" -a -j -s"%TestSuiteToRun%" -PtestAndBmkEnv="%Comparison_Environment%" -f"%WORKSPACE% 阅读全文
posted @ 2017-08-07 16:48 张缤分 阅读(343) 评论(0) 推荐(0)
摘要: 方案一: 方案二: 阅读全文
posted @ 2017-08-07 16:38 张缤分 阅读(416) 评论(0) 推荐(0)
摘要: import java.util.*; import java.text.SimpleDateFormat; // current date String dateNew = today() // tomorrow String tomorrow = tomorrow() // yesterday String yesterday = yesterday() // the day be... 阅读全文
posted @ 2017-08-07 16:28 张缤分 阅读(384) 评论(0) 推荐(0)
摘要: http://www.soapui-tutorial.com/ 阅读全文
posted @ 2017-08-07 16:22 张缤分 阅读(206) 评论(0) 推荐(0)
摘要: http://jsonassert.skyscreamer.org/ 从这个网站下载jsonassert-1.5.0.jar ,也可以下载到源代码 SoapUI里面没有这个jar,把它放在lib目录下,在SoapUI里面调用如下: 阅读全文
posted @ 2017-08-07 16:09 张缤分 阅读(363) 评论(0) 推荐(0)

2017年7月20日

摘要: https://support.smartbear.com/readyapi/docs/soapui/running/automating/cli.html Use the test runner to run functional SoapUI NG tests from the command 阅读全文
posted @ 2017-07-20 14:18 张缤分 阅读(638) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 47 下一页

导航