Answered question

Output parameter of Script as input request for another script

i would like to capture the output of a correlated value from Script A (eg Order # Generated after processing a request) and use it in a different Script (Script B) for validation(search the order#), how can this be achieved in Neoload?

Chandra S.
Chandra S.

Chandra S.

Level
0
28 / 100
points
Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

In order to share values between virtual users during the runtime you can use a Shared queue variable.

From your Script A, you can put your correlated value to that shared queue and then have the Script B to consume that value.

For more details about Shared queue please look at the NeoLoad documentation here

Did you find this useful ?

No (0)

Yes (0)

0% of users found this answer useful