0

I want to create postman scopes in local through pre-request. is it possible to create?

enter image description here

Ram
  • 35
  • 6

1 Answers1

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");