On 14 January 2011 00:10, Duc Chau <[email protected]> wrote: > Hello, > > I intend to use csv data set as global variable for all test plans (e.g. > same server ip in case it changes, we just need to update csv). Is there any > other ways to manage global variable across all test plans? Thank you.
Properties might be more suitable for items that are fixed for an entire test. I.e. use the property to set the value of a variable rather than reading from a CSV file. You can provide additional property files on the command line. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

