I have requirement as follows (simple one)
I want load set of position under group and later I will do search scenario to get all this postion belongs to this group .
Around 2000 users per day and concurrent users 30
I have written simulation to insert group and under this group I have insert position and later searched it.
All this I have done in one simulation test .Final report came out with all this tests .Actually I need report only for search .
How can I do this?
Please provide solution .
I can use it before () method to push this data intiallay and call this search scenario in my setup.But I don’t have any idea how I can implement my scenario in before method .
Can any body give some sample code it would be more helpful to me
Thank you