Re: Loading Parameter for Load Test

2006-03-02 Thread sebb
If you need to maintain synch between files, then add a User Parameters Pre-Processor element, and read the data into separate variables. All the variables on the test element are read as part of the same "transaction". Otherwise, merge the data files into a CSV file, and use CSV Data Set to read

RE: Loading Parameter for Load Test

2006-03-02 Thread S R
Thanks for the help. I am using file to load login names differently from the ${_StringFromFile(user.dat)}. But i am not sure about the sequence of reading parameters from the files. As in my case i would have to create multiple files for each parameter name with different values in a sequence,

RE: Loading Parameter for Load Test

2006-03-02 Thread Lincoln, Adym
Salman, Use a CSV Data File element and setup simple variables that capture the userid and password. Then use these ${userid}/${passwd} variables in your login HTTP Sampler element. I do this all the time with out Mantis web application tests. One caveat to a CSV Data file...all threads within