any one using selenium scripts with jmeter for performance testing
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.
I wouldn’t recommend using Selenium to create JMeter tests. Unfortunately JMeter does not really handle the “chatter” that AJAX applications create because it sends the requests when it thinks it needs to.
There was a thread on the Selenium users group where people were trying to do this. None of them seem successful.
If you want to do load testing with Selenium I suggest that you have a look at Browsermob as they take Selenium tests and then pass them out to do the load testing.