General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Valentin Despa
comments
Comments by "" (@swatibhavsar4774) on "How write API Tests with Postman in 3 easy steps (PART 2/3)" video.
https://www.getpostman.com/collections/2d78c0964c6f3db6ac9b Check this Collection It is working perfectly fine for me .Thanks
2
+Valentin Despa Thank you so much ...
2
Hi I solved your Assignment
1
https://www.getpostman.com/collections/2d78c0964c6f3db6ac9b Here we go Check Post Request on which I have solved your assignment !! Hope to be correct one
1
Ok. Got it . Here is the solution //setting global variable pm.globals.set("name", "john"); pm.globals.set("email", "john_{{$timestamp}}@example.com"); //writing request body { "name": "{{name}}", "email": "{{email}}" } Hope this time answer will be correct
1