In Apr 6, 2005 2:33 PM, Matteo Turra <[EMAIL PROTECTED]> wrote:
> I use a "JDBC request" to collect username and password to stress my web
> application.
>
> I use a "Save response to a file" to save the result on file system.
>
> 1) Why this file have -unknown extension?
The Save Response Listener checks the mime-type of the response, in
order to create a suitable output file type.
JDBC samples don't have a mime-type.
This should probably be fixed.
>
> I user __CSVRead to read this file, but in the first line there are
> columns name.
>
> 2) How can I disable columns name or skip the first line of the file?
>
> I tried with "User Parameters" with
>
> empty ${_CSVRead(res1.unknown,next))
> username ${_CSVRead(res1.unknown,0))
> password ${_CSVRead(res1.unknown,1))
>
> But it doesn't work!
That should work. What are you seeing as the values for the variables?
Which version of JMeter?
> I'm sure there someone had the same problem!
>
> Matteo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]