04 2020 档案

摘要:1、unitest单元测试框架,在编写脚本的时候,可以写测试套件setUp 及 tearDown,也可以不写 2、从下图执行结果来看,可以看出,每执行一个用例,setUp 及 tearDown都会执行一次,并且执行顺序是先执行setup 然后是用例,然后是teardown 3、测试套件也可以用@cl 阅读全文
posted @ 2020-04-29 10:48 Tang豆豆 阅读(280) 评论(0) 推荐(0)
摘要:log - the Logger Label - the Sampler label FileName - the file name, if any Parameters - text from the Parameters field bsh.args - the parameters, spl 阅读全文
posted @ 2020-04-28 14:46 Tang豆豆 阅读(143) 评论(0) 推荐(0)
摘要:使用jmeter 4.0版本时候,发现找不到workbench, 通过查资料发现,新版本的workbench可以用HTTP(S) Test Scripts Recorder来代替 具体路径为:test plan add Non-Test Elements HTTP(S) Test Scripts R 阅读全文
posted @ 2020-04-28 10:52 Tang豆豆 阅读(1167) 评论(0) 推荐(0)