Il 16/04/2015 22.51, Bob Nance ha scritto:
I have extracted the value of a token from meta data sent by a form and put that into a reference variable. Now, I need to put that variable into a value pair in the head of the POST that follows.I thought I could just go to the script, into the "HTTP Header Manager” and add a line that says: X-MYTOKEN ${mytoken} But, when I do that, jmeter sends the literal “${mytoken}” in the HEAD. What am I doing wrong?
This means the variable is not defined. Check the name, remember it is case sensitive. regards
r additional commands, e-mail: [email protected]
-- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
