Thank you for this upload. How do I use the same approach in my Tests tab, where my request is POST request and I want to verify the response (if the uuid was created) by doing a GET request
Hi great videos Im learning a lot, quick question I need to test 3 endpoints one after the other an for example I need information of the response of the first one to send the second one and the same with the third one need the response of the second. What will be the best way to do it? Thanks, again great job!
May i know how to set only headers without url for a folder level as i want to use different headers for each service i will create header for each folder
In the headers, I need to pass the authorization token from a website which is dynamically generated. How can i do it in pre-request steps i.e before running the test, i want to pass the token in header of my request. Is it possible writing a script like in selenuim to access dom of a page and then just access the token element. I am using code like below: postman.sendRequest("www.google.com", function(error,response){ console.log(response.json()); }); But it says: postman.sendReqest is not a function. Please help me resolve the error,
Hi valentine ! I have token request and actual request... I need to take token response and pass to actual request !! Into Actual request I’m imputing multiple data ! I need to hit token request only once and pass this to actual request and this should run multiple times ! When I execute from Newman both token and actual request are running !! But I want token should run once and actual request multiple times ! How to achieve this ?
Hi Valentin, I have learned from your videos and I have implements this concept in my APIs and I got this error -> "String reference not set to an instance of a String. Parameter name: s". I have try a lot to solve this error but I am Fail. So can you please help me to solve this error?
👉 Want to learn more about Postman? Check my complete Postman online course.
vdespa.com/courses/?q=TH-cam
I've been stuck yesterday cause i didn't know the callback thing, and now i could do it, thanks to you!! you're amazing
YOU HAVE SAVED MY DAY MISTER.
Glad that it helped!
Thank you for the teaching...How can I send HTTP request from scripts using the request name
You could make a similar video but where to explain how to do SEND 100 times for example using a forum to not press the SEND button 100 times
Can you provide an example with multipart/form-data
Very helpful for me. Thank you, Valentin!
Thank you for this upload. How do I use the same approach in my Tests tab, where my request is POST request and I want to verify the response (if the uuid was created) by doing a GET request
Informative. Thank you, Valentin
Very helpful. Thanks
Glad it was helpful!
Hi great videos Im learning a lot, quick question I need to test 3 endpoints one after the other an for example I need information of the response of the first one to send the second one and the same with the third one need the response of the second. What will be the best way to do it? Thanks, again great job!
May i know how to set only headers without url for a folder level as i want to use different headers for each service i will create header for each folder
You can set headers from the pre-request script inside the folder.
In the headers, I need to pass the authorization token from a website which is dynamically generated. How can i do it in pre-request steps i.e before running the test, i want to pass the token in header of my request. Is it possible writing a script like in selenuim to access dom of a page and then just access the token element.
I am using code like below:
postman.sendRequest("www.google.com",
function(error,response){
console.log(response.json());
});
But it says: postman.sendReqest is not a function. Please help me resolve the error,
Hi, is there any way to execute the requests asynchronously?
I am not sure what you mean, please provide more details.
Hi valentine ! I have token request and actual request... I need to take token response and pass to actual request !! Into Actual request I’m imputing multiple data ! I need to hit token request only once and pass this to actual request and this should run multiple times ! When I execute from Newman both token and actual request are running !! But I want token should run once and actual request multiple times ! How to achieve this ?
Try breaking down your problem into smaller parts you can deal with.
Muito útil!
Hi Valentin, I have learned from your videos and I have implements this concept in my APIs and I got this error -> "String reference not set to an instance of a String.
Parameter name: s". I have try a lot to solve this error but I am Fail. So can you please help me to solve this error?
Thank you for your reply. The issue was I am facing now it's solved. My senior was help me.