I have list box contains 10 values , I want to...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

S

Sreenivasulu Reddy

Guest
I have list box contains 10 values , I want to pick sequentially like 1st user 1st value. 2nd user 2nd value like that..if u known anything pls share ur ideas.
 
U mean correlation function?. Can u tell me how to match vuser id with ordinal ..
 
if you are talking of data file then use sequential each iteration.. if for correlation then use ordinal
 
I can tell you exact code, but you need to pay me for that. OTOH it's free if you try it for yourself
 
Sequential each iteration works only when you can guarantee that all users are strictly Sequential. Sorry to say, that method will not yield expected results
 
use correlation web reg save param Ord={iterationnumber}
 
You can have ORD=ALL. And use few lines of code to fetch any value from 10 values. Or ORD={Iteration number} should work
 
Create a parameter for VUser Id. Pass that as ordinal or use it as index of the correlated array. This is the way you can guarantee it meets your needs
 
Take it easy man. Send me the code and what you want. You will get solution and yes you don't have to pay me :)
 
ua passin tht parameter in init or action if in init gv the setimg as virtua user n unique n if it is in action n ua passin tht parameter only onc in ua entire code thn gv settin as unque once... it wl wrk
 
Capture the values (drop down). use lr_paramarr_random function..
 
First thing to say is, this question has no base. Imagine 10 values in list box and they are constant, that is why you want each value to each user, so in that case why can't you use these values in parameter list and use constraints of Unique and Once?