hello-
i am using jmeter 2.0.1 on linux using jdk 1.4.
my regex is something like
(grp1_regex)(grp2_regex)(grp3_regex)
in the template, i have this
$2$${__CSVRead(/home/praveen/usr/jmeter/guo/names.csv,4)}/$3$
what i am trying to construct here is a URL
$2$ - contains an encrypted string from the results of the
prev request
$3$ - contains the rest of the URL
first, is this valid for the template?
second, if valid, i observed that the resulting reference name has ...
[value of $2$][value of $3$][value read from file]
... instead of what i expect ..
[value of $2$][value read from file]/[value of $3$]
anybody know whether i am doing something wrong or this is an issue?
thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]