Re: Thread group Loop count: How can I tell in which round am I?

2014-01-29 Thread ZK
Hi, just add a counter http://jmeter.apache.org/usermanual/component_reference.html#Counter to your thread group and reference the variable of that counter to find the loop count ZK -- View this message in context:

Re: get the request and response content for creating custom per thread log

2014-01-29 Thread ZK
Hi, log.warn (prev.getUrlAsString()); ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/get-the-request-and-response-content-for-creating-custom-per-thread-log-tp5719206p5719223.html Sent from the JMeter - User mailing list archive at Nabble.com.

RE: In non-gui mode, is there a command-line switch to change User Defined Variables

2014-01-29 Thread Robin D. Wilson
That worked! Thanks 'sebb'... Next question, how would I do the same thing for 'HTTP Request Defaults' for a value that is a 'bool': boolProp name=HTTPSampler.image_parsertrue/boolProp This is just a checkbox on the GUI mode. Moreover, if I save the test plan with this value unchecked - the

Re: In non-gui mode, is there a command-line switch to change User Defined Variables

2014-01-29 Thread sebb
On 29 January 2014 17:43, Robin D. Wilson rwils...@gmail.com wrote: That worked! Thanks 'sebb'... Next question, Please start a new thread for a new question. - To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org For

How do I override the 'Retrieve All Embedded Resources setting in non-gui mode?

2014-01-29 Thread Robin D. Wilson
Next question, how do I override 'HTTP Request Defaults' for the 'Retrieve All Embedded Resources' checkbox? When the checkbox is set, the following line appears in the testplan's '.jmx' file: boolProp name=HTTPSampler.image_parsertrue/boolProp But when the checkbox is not set, the line is