I am testing a site using JMeter
. For form
submission I am using HTTP Request Sampler
of JMeter
.Its working fine. But I wanted to know that, is it possible to click submit buttons
of html form
s and receive responses using JMeter
(exactly what we can do using browsers)?
Asked
Active
Viewed 4,504 times
1

silk_route11
- 324
- 3
- 17
1 Answers
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.

Nidheesh
- 662
- 1
- 8
- 18