On 04/05/2009, emmandi <[email protected]> wrote: > > Hi, > I am using Jmeter 2.3.2 to do the JMS queue load testing. I wrote a Junit > testcase which I placed in the extension classpath of Jmeter lib. I need to > pass the property file into the test script in GUI mode of Jmeter.
Why not just open the file in the JUnit test case? > I tried > to use the user defined variables in thread ,but it does not seem to pick > those values. Is there a way i can pass the values in the test script(like > using csv file). Sorry, no. > Also, I want to know how to use the string constructor > label in JUnit. Any help would be greatly appreciated.Thank you. "Constructor string String pass to the string constructor. If a string is set, the sampler will use the string constructor instead of the empty constructor. " This is taken from: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#JUnit_Request > Aditya Emmandi > > -- > View this message in context: > http://www.nabble.com/Jmeter-Junit-Test-passing-parameters-in-GUI-Mode-tp23363830p23363830.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

