Can global scope variables have duplicate names in postman?
Ans: Since global variables are global i.e. without any environment, global variables cannot have duplicate names. Local variables can have the same name but in different environments.
Ans: Since global variables are global i.e. without any environment, global variables cannot have duplicate names. Local variables can have the same name but in different environments.