-
Von: "sebb"
An: "JMeter Users List"
Gesendet: Mittwoch, 13. Januar 2010 17:44:44 GMT +01:00
Amsterdam/Berlin/Bern/Rom/Stockholm/Wien
Betreff: Re: HTTP Header Manager uses old variable values?
On 13/01/2010, Heiko Robert wrote:
> sebb,
>
> thanks a lot - that wo
:
"HTTP Header Manager uses old variable values?"
http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/201001.mbox/%3c4b4dbfc8.3030...@ecm4u.de%3e
Heiko
Heiko Robert schrieb:
Hi jmeter gurus,
to brake my issue down:
when using sample_variables (e.g. GUID) in jmeter.properties to log
= uuid[13] = uuid[18] = uuid[23] = '-'; uuid[14]
= '4'; for (var i = 0; i < 36; i++) { if (!uuid[i]) {r = 0 | rnd()*16;
uuid[i] = chars[(i == 19) ? (r & 0x3) | 0x8 : r & 0xf]; } }; uuid.join('');
In the HTTP Header Manager:
X-GUID = ${__javaScript(${MyGUIDScri
Hi,
when I use HTTP Header Manager to set HTTP header variables old values
are used. Has anybody an idea what I'm doing wrong?
My Testplan: user defined variables: GUID = not set
BSF PreProcessor: setting values to variable GUID
Simple Controller
HTTP Request ${GUID}
HTTP
Hi jmeter gurus,
to brake my issue down:
when using sample_variables (e.g. GUID) in jmeter.properties to log
variable values the logged value is not identical to the value used in
the sampler or with other words the sampler uses variable values from
the _previous sample:
log entry 01 GUID =
Hello,
I want to create a unique ID using a BSF PreProcessor script and use
that for the http requests to be able to map every request on the
backend. My script works fine but the sampler variable contains the
output from the previous sampler request!
My testplan
tread group 1
BSF P
6 matches
Mail list logo