Hi,

*Test plan, 5 thread, loop count 100*

I m using a http request sampler, and a BeanShell PostProcessor as a child
of this request,

Code of BeanShell PostProcessor is

float apdex_lower = Float.parseFloat(props.get("APDEX_LOWER"));
apdex_lower += 1;
props.put("APDEX_LOWER", Float.toString(apdex_lower));


So http request sampler is executing 500 times (also verified by summary
reprt listener)

but the value of APDEX_LOWER in property is less than 500, (470 to 490);


Thanks and Regards
Hemant
9013982184

Reply via email to