Does Jmeter support client side javascript. I am able to record the script but replay log doesn’t show anything.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
JMeter is not a browser, it’s a load generation tool. It can produce HTTP traffic, but it does not actually parse/execute JavaScript coming with the loaded page.
If you need to load test your AJAX application, then you can easily simulate HTTP traffic coming from normal browser requests and from AJAX requests.
For functional browser testing I would recommend using Selenium.