I want to add 3 samplers to thread group via java code. this is my java code
HashTree threadGroupTree=testPlanTree.add(testPlan,threadGroup); threadGroupTree.add(sampler1); threadGroupTree.add(sampler2); threadGroupTree.add(sampler3); compiles and runs. When I open the corresponding .jmx file, it is added as sampler 2 sampler 1 sampler 3 and the next time order changes. How to make samplers add in order into the Threadgroup ? Please help -- View this message in context: http://jmeter.512774.n5.nabble.com/Adding-samplers-to-thread-group-tp5724140.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
