Hi folks, A quick question which I didn't find an answer to in the docs: in our projects we use many different testing platforms. Obvious choice here is to use property files to store their configuration for our test purposes. And this works perfectly with automatic test campaigns on cruisecontrol. However, people often need to run the tests using the gui from their own machines, against different platforms. How can we go about this fact otherwise than by starting jmeter on command line with different -p argument? This is annoying cause You have to restart the app all the time if You need to run the tests on different machines. Also, another ugly as hell solution is to store all configuration in several user variable config elements inside the tests. This is what we're unfortunately doing right now, but we want to drop this in favor of some cleaner solution. Any help will be greatly appreciated.
Best regards, Chris

