Hello All,
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. I have looked at the JMeter docs on writing custom samplers which seems easy enough, but it is not clear to me which classes to extend for my particular problem. Any help would be appreciated. Michael Harrison

