Unanswered question

Is there any way to send neoload variables to JavaScriptVariable in fx variables

In Our script first request I'm getting one "Session-id" i captured this into a Neoload Variable through Variable extractors.

Now i need to use this session id in JavaScriptVariable in fx variables.

Is there any possibility to do this?

Thanks in Advance,

CHINNIKRISHNA REDDY B.
CHINNIKRISHNA REDDY B.

CHINNIKRISHNA REDDY B.

Level
1
163 / 750
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

You can call any NeoLoad variable from a Javascript (even Javascript variable) using the "context.variableManager.getValue("Myvariable");" method.

Have you tried that?

CHINNIKRISHNA REDDY B.
CHINNIKRISHNA REDDY B.

CHINNIKRISHNA REDDY B.

Level
1
163 / 750
points

yes I tried but no luck.

Is there any other way to do this?