Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

What is the full form of GUID? Where is it used?

Category: API Testing using Postman

GUID is an acronym that stands for Global Unique Identifier. It is a set of hexadecimal digits separated by hyphens and solves the purpose of uniqueness.

In Postman, it is used to generate and send a random value to APIs.

Example:

{
“id”: “{{$guid}}”,
}

Leave a Reply

Your email address will not be published. Required fields are marked *