"Michael Harrison" <[EMAIL PROTECTED]> writes: > I need help extending JMeter. Basically, my dev group has numerous > automated tests that run along with our build system. Some are used to > drive selenium tests right now and we want to also use them to drive > JMeter tests in the interest of not violating the DRY principle. Does > anyone know where I would start on something like this? Essentially, I > would like to code up the java required to load our configurations and > create the appropriate samplers from them.
We too have a large number of selenium tests. However, if you intend on using JMeter for load testing, using Selenium as the "driver" of that load is going to be very resource intensive w/rspt to client machines. We ended up using the HTTP proxy server and recording the traffic at the protocol level. FWIW. -Bob --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

