Yes you'll have unique IDs. Use counter start values: 1 for 1-st host, 100 for 2-nd; 200 for 3-rd etc. Obtained values will be simply reusable.
-----Original Message----- From: Pep Serrano [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 2004 6:42 PM To: [EMAIL PROTECTED] Subject: RE: Different parameters per each user/host Hi Sergey So far, HTML parameter mask didn't work to me. If I define a variable it doesn't get inserted in the URL requests. I also tried adding the variable with wildcard value without success. In case I use counters, and provided I am planning to run the tests distributed over 5 concurrent hosts, will I have unique IDS on every host? Cheers, Pep Serrano. Sergey Almyashev said: > Use HTML parameter mask or counters with same lower and upper bounds and > you will obtain different, but at same time reusable IDs. I was using > this way successive --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

