Reputation: 31
I need to do performance testing while i doing same thing on jmeter
i am doing performance testing on my website. and error display "Please turn JavaScript on and reload the page". so can you please guide me how can i enable JS through jmeter ?
Upvotes: 1
Views: 2687
Reputation: 168082
You cannot.
As per JMeter project main page:
JMeter is not a browser, it works at protocol level. As far as web-services and remote services are concerned, JMeter looks like a browser (or rather, multiple browsers); however JMeter does not perform all the actions supported by browsers. In particular, JMeter does not execute the Javascript found in HTML pages. Nor does it render the HTML pages as a browser does (it's possible to view the response as HTML etc., but the timings are not included in any samples, and only one sample in one thread is ever displayed at a time).
I can think of 3 possible ways of dealing with JavaScript:
Upvotes: 2