>-----Original Message----- >From: Pep Serrano [mailto:[EMAIL PROTECTED] >Sent: 13 February 2004 10:02 >To: [EMAIL PROTECTED] >Subject: RE: Different parameters per each user/host > > >Sergey Almyashev said: >> 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. > >But how do I set separate counters for each host? >If I set a counter in the console, when I start the tests on >every remote >server, the same counter is repeated in every machine. >
One way is to use a property which is defined differently on each host, and use the property to set the start value. Otherwise, use StringFromFile or CSVRead to supply the ids from local files. Or use _machineName() to make the ids unique. Or run the tests in batch mode, in which case different values can be passed in as in the first case. Or (not recommended) start one remote host, change the value, and start the next. S. ___________________________________________________________________________ This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. ___________________________________________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

