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

How can you log variable values in Postman?

Category: API Testing using Postman

We can log the variable values in the console by using the following command:

console.log(pm.variables.get(“variable_name”));  

Leave a Reply

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