views:

39

answers:

1

any one using selenium scripts with jmeter for performance testing

A: 

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.

AutomatedTester