Forum Discussion
Anonymous
2 years agoThe idea is that the collection is independent of the environment. That lets you switch back and forth between environments without having to maintain two separate collections. Separates the action (collection) from the target (environment). But that idea is for people who are doing transactions with one portal at a time.
There are some problems with certain variables. If you are using a variable for something that goes into the calculation of the signature via the pre-request script, it won’t work. Any other variables should work fine.
FWIW: I would not attempt to do the migration through postman. I would test my calls and get everything with each call working the way i want and then script them all together. That’s just me though.