Guest grantdb Report post Posted April 7, 2011 I have a lot of urls to test, like this (there are 100s) dictionary/english/a dictionary/english/the dictionary/english/fraternity dictionary/english/program dictionary/english/love dictionary/english/practice dictionary/english/to dictionary/english/culture dictionary/english/lead I want to set them up so the values come from a file and users randomly go to different urls (say 3 or 4) then stop. I am a bit confused how to do this. I have worked out that I shiould be using variables, and I get get variables to work as an initial variable but not for the same user. Parameters work, but not as above. Can you provide any help Thanks Grant Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted April 12, 2011 1. Create initial variable and initialize it with $LRand function from file. 2. Create Loop operator with one page request. 3. Use the variable in URI Path of request. 4. Reinitialize the variable in the request with $LRand function. Quote Share this post Link to post Share on other sites