Unanswered question

Save content of response(eg. code ) in csv file and pass it subsequent request.

I have two requests . I would like to save the code generated in first request's response and pass the code later in second request.
is there any way i can save the code in any CSV file ?

i need the code later to be passed to other request.

yubraj T.
yubraj T.

yubraj T.

Level
0
3 / 100
points

Answers

Fousseyni B.
Fousseyni B.

Fousseyni B.

Level
2
1014 / 2000
points

Hello yubraj,

Can't you use a variable extrator to extract the response content of the first request and inject it in your following requests ?

Best regards,
Fousseyni B.