Category:
API Testing using Postman
const customerId = Math.floor((Math.random() * 100 + 1));
pm.globals.set(“customerId”, customerId);
Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions
const customerId = Math.floor((Math.random() * 100 + 1));
pm.globals.set(“customerId”, customerId);