I moved from SOAPUI to Postman for API testing and can't find a way to specify parameters as Query
or template
in Postman.
SOAPUI gives you an option to specify the type of parameter in its parameter table.
But in Postman, it just gets recognized as Query
parameter (appended to URL)
Need to find a way to specify parameter as template parameter in POSTMAN