I'd like to use the JMeter API to run some tests with dynamic arguments - Is this possible and if so can someone point me to the documentation with a simple example ? The purpose is to be able to connect to websites with different authentications and check results in a short span of time. If I run it through command line JMeter, I would probably have to bring up JVM for every call and that would be too expensive.
Regards Ash

