Hello - In the 'Thread Group' element, I want to set 'Number of Threads' and 'Loop Count' to *either* set of properties below. This is so I can use the same JMX for both, load and integration testing. ---------------------------------------- # For integration testing ce.b2b.integration.threads=1 ce.b2b.integration.iterations=1
# For load testing ce.b2b.load.threads=100 ce.b2b.load.iterations=10 ---------------------------------------- I was thinking of using a 'If' Logic controller can initialize internal JMeter variables. However, it seems impossible to insert the 'If' Logic controller *above* the Thread Group. Short of rewriting the properties file at runtime, is there a better solution? With regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-9335-0725, Fax: 9335-0753, Email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

