I want to create postman scopes in local through pre-request. is it possible to create?
Asked
Active
Viewed 136 times
0
-
Need a little more details, it's unclear what you're asking. – so cal cheesehead Feb 13 '20 at 18:42
-
@socalcheesehead, updated above – Ram Feb 14 '20 at 06:01
1 Answers
0
You can set Global Variables in Pre-request Script section.
If you want to store some value which can be used further. Then you can store that value in global variable and afterwards you can use it.
Ex. pm.globals.set("Variable-Name","Variable-value");

HalfBloodPrince
- 111
- 6