Unanswered question

Variable extractor- can a variable used globally within different VU's in same project?

I wanted to use the variable extracted in one virtual user in another virtual user, is it possible?

Karima H.
Karima H.

Karima H.

Level
0
15 / 100
points

Answers

Kenon J.
Kenon J.

Kenon J.

Level
0
45 / 100
points

It is possible by using shared queues. You can passed the extracted variable to the shared queue and then retrieve it from the queue with the other Vuser. You will need to utilize the function modifier to pass and retrieve the variable from the queue. please see

http://127.0.0.1:50000/en/WebHelp/#1065.htm
http://127.0.0.1:50000/en/WebHelp/#1066.htm