我正在使用JMeter
. 对于提交,form
我正在使用.It 工作正常。但我想知道,是否可以单击s 并使用(我们可以使用浏览器做什么) 接收响应?HTTP Request Sampler
JMeter
submit buttons
html form
JMeter
问问题
4051 次
1 回答
0
No, You can not simulate events like button click using JMeter. JMEter can record web HTTP request-response and simulate it for a number of times.
You can use Selenium IDE to record and test user interactions on your web page.
于 2014-06-19T17:42:43.957 回答