Hi all,

I use CSV data set config in my tesr.
I made a sample run wherein,
        -I created a csv file containing one record.
        -added the filename with the correct path.
        -and placed in a variable named "departure"
        -I did not put in any value in the delimeter.

The test successfully read my csv file and captured the value I specified.

I tried doing the same thing again, though this time,
        -I added two columns in my file namely “auckland,dubai”
        -added variable names “departure,arrival” in this exact order.
-I added this variables as parameter to my http request with the format “${departure}” and “${arrival}”
        -again, I did not specify any delimeter.

This time it wasn’t able to read any of my parameters, what it does is place the variable name I specified and not the contents of the variable.
#What am I doing wrong here?
Also
#how can I set CSV data set Config to read the next row in my csv file?
#can I use other files other than CSV? If so, how do I do it?

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to