Unanswered question

how to use the response data of 1 user path to another user path

I have a scenario where i need to create 2 user path's. I need to capture a value from userpath1 response and need to place it in userpath2 request.

Sandeep T.
Sandeep T.

Sandeep T.

Level
0
3 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

This use case is filled by a shared queue variable. Your user path1 can be the producer that will store a value in the shared queue and the other user path will be the consumer that will use that value.

For more details i would suggest you to look at the NeoLoad documentation here