Hi,

You can achieve this by doing the following

BSF Sampler
Start Loop controller
++++BSF Sampler
++++Read User Credentilas using csv dataset config
++++Login process using user credentials
++++Test functionality
++++Logout process
++++BSF Sampler
End Loop controller 

In the first sampler define a variable say Variable_name with value "1"
read the value of the variable in the bsf sampler inside the loop and add a
bsf post processor to each and every sampler.  In the sampler, you can just
use this statement which will change the label of each and every result in
every iteration done.  'prev.setSampleLabel("Login Process " +
vars.get("Variable_name"));'

In the last BSF Sampler, keep incrementing the value of the variable.

This should ideally solve your problem.

Regards,
Waseem




--
View this message in context: 
http://jmeter.512774.n5.nabble.com/Generating-grouped-jtl-report-tp5716181p5716184.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]

Reply via email to