How to pass variables, generated in one api to another api in JMETER.

preview_player
Показать описание
How to pass variables, generated in one api to another api (for example RequestVerificationToken, designed to prevent possible Cross Site Request Forgery attacks ).

Рекомендации по теме
Комментарии
Автор

What to do when not using the value stored in the next call, if i have to use it after making two calls then the value is not getting passed. do you have any solution of that

ajayvashist
Автор

1 question:-
I have a token fetch request that I want to execute only 1 time and fetch the auth token to be used in all the remaining APIs.
Now the remaining APIs I need to hit 500 times each.
Problem I am facing is my token fetch request is also getting hit 500 times, is there a solution for this?

iamrajatgoyal