标题: 如何通过程序生成jmeter的测试脚本 [打印本页] 作者: hwl51testing 时间: 2011-9-5 18:54 标题: 如何通过程序生成jmeter的测试脚本 请问,如何通过程序来生成jmeter的测试脚本或是jmeter可以执行的测试脚本?能否给个简单的例子? Thanks in advance!作者: irabbit 时间: 2011-9-8 11:02
顶一下作者: hwl51testing 时间: 2011-9-8 16:55 回复 2#irabbit
谢谢帮顶。我不知都是不能用程序实现还是怎样? 网上找了很久都没看到有这方面的介绍。作者: kathytian001 时间: 2011-9-8 17:47
用Jmeter Proxy, right click WorkBench, and add Non-Test Elements-->HTTP Proxy Sever, at the same, set your IE connection-->Lan setting-->in "Proxy server", select "Use a proxy server....", and address set as: localhost; port: 8080
After the seting, on Jmeter, select target controller, mean you want save the samples to where, then click bottom button start, you can do some on your IE, and you will find it recorded in target controller作者: hwl51testing 时间: 2011-9-9 10:22 回复 4#kathytian001
谢谢! 但我不是要用http proxy来record script,我是想用程序将test plan翻译成jmeter script.作者: gaha 时间: 2011-10-30 23:13
badboy作者: lamuda 时间: 2013-2-21 13:24
可以用jmeter+java 协议,在eclipse引入jmeter的包,按照它的框架写出你的测试脚本,然后打个jar包放在jmeter下,就可以直接run 了。