Really really helpful.... Today I got api to automate...but I was really clueless since I'm new to postman....Ur quick video really helped me since I was running out of time
You are the best IT teacher I've known. I blindly rely on your videos and follow you on every Testing skill. The moment I need to learn any testing topic I search Blah blah Naveen automation labs and its there. Thank you for everything. You truly rock :)
Thanks Naveen - very useful. Apart from running single or individual API's could you also cover a video on how to run a sequence of API's (i.e End 2 End API's) covering a particular flow ? In other words how do we pass the Auth Token or Bearer token from one API to the other for an execution of a set of API's in a sequence ?
Thanks Naveen. Very useful info. If any company’s testing into APIs using postman Manually, is there any format we can write test cases and how can we save our test cases in excel if they don’t have any test management tool?
Hi Naveen, Firstly thanks for such a great video. Can you please explain if we can use Authorization tab to pass the bearer token instead of Header as shown in your video ? I tried passing the bearer token in Authorization tab but the response was unsuccessful. Cheers.
Hi, I have an api request which is configured to fetch values from CSV file and it runs well using collection runner but when I run the api individually by clicking on send button it shows an error because the values from CSV file are not accessible. Is there a way to solve this problem?
Thanks for the detailed explanation. Can we write a pre request script to upload an image file as binary in the Body of the request? I have an api in which I upload the image binary in the body before sending the request. I'm trying to validate this through script. Could you please guide me how to write the script for this. Thank You.
Hi Naveen your video is very helpful. I have a question how you can set the random to only alphabets(no numbers and special characters) and 5 characters long. I wan to do same for setting the first name dynamically. Thanks in advance
Hi Naveen, can we give access token under Authorization Tab in postman.instead of creating Authorization key under Headers Tab in postman.Thanks in advance
I refer same url from the video, but in POST request, Result shows 200 ok but in below, its showing field - name, message - cant be blank, please help me with this
Hi Naveen, I am executing below code, its not working, getting "pm is no defined". Would you please help me on this. pm.test("response is ok", function () { pm.response.to.have.status(200); });
U put {get.data.result. Email} .. my response doesn't have any header or parent.. how to set "" content checking"" bro . .. I put directly data .get.rollnumber ... I am getting error.. how to resolve
can you please help me how to retrieve response object from input file. I am not able to do that in test scripts.. My requirement is I have to login from 10 different users and validate user Role in response for each user
hi can any one please help me how to prepare automation feasibility document for web application (or) if you have any sample document please send or help me.
Hi Naveen , Thanks for the great info on Postman test script. Can you please help us for how to write test script to run a request multiple times with different data sets. example : In request body will have 2 values like -- { "Id": "1234", "EditFields":["44","45"] } . We have to test this for different values with different response code like - Id=1234 then 200K response or Id=12sd then 500 response Kindly help us for the above scenarios. Thank you in advance.
Dear Naveen, would you be able to recommend me a person who can be my tutor in API testing particularly Java Script in Postman. I am stuck and I wish I can find a person who can teach me. Thank you so much 🙏🏻
Hello! naveen.Today,I got selected as a Automation tester in reputed company.Thankyou so so so much.All credits goes to u.
How
Missing this crucial 15 minutes costed me an interview rejection at a reputed company. Beautifully explained
You explain so well , my fear of API testing is going away thanks to you
Really really helpful.... Today I got api to automate...but I was really clueless since I'm new to postman....Ur quick video really helped me since I was running out of time
Naveen, you are one of the best teachers, thank you so much and best of luck, I highly supporting you.
You are the best IT teacher I've known. I blindly rely on your videos and follow you on every Testing skill. The moment I need to learn any testing topic I search Blah blah Naveen automation labs and its there. Thank you for everything. You truly rock :)
haha blah blah Naveen
@@naveenautomationlabs where Blah blah ="Every Testing Skill possible"
Thanks for watching
I don't want to sleep until I finish your latest vdo :)
Very quick and well explanatory video on tests in Postman! Very much useful!!
Such a crisp and clear explanation ..would be interesting to see the data parametrization in api tests.
Thankyou so much, you are best teacher. Please share more videos for postman. Complete postman videos.Thanks
Loved this quick tutorial. Just the right stuff explained in such a short time period. Thanks a ton!
Waao.. that was quick and easy.
Thank you so much @Naveen
Thanks naveen for providing quickest understanding on API testing :-)
Very clear and useful. Thanks for uploading.
omg! it's super cool and pretty easy to use! thank you, Naveen!
This is really good. Thank you Naveen.
Kindly add more videos on this topic like Multiple API Execution, automated collection run etc.
Thanks, Naveen! Great video!
Really useful video. Content is really good and exactly the one I was searching for. Thanks
What I expect I got in my hand thank you😊👍🏻
Easily understandable explanation.. sir if possible please create a series on TH-cam of complete api testing course using postman.
Thank you so much Naveen, you are amazingly good..
Really Helpful.
Helpfull session.. Thankyou
Thank you Naveen..I did it with the help of your video 👍👍
Great Naveen
Thank you Naveen...
Thanks for the video 😊👍
Thanks Naveen - very useful. Apart from running single or individual API's could you also cover a video on how to run a sequence of API's (i.e End 2 End API's) covering a particular flow ? In other words how do we pass the Auth Token or Bearer token from one API to the other for an execution of a set of API's in a sequence ?
Any video added for this ?
Hi Naveen, thanks for the video...Please tell me how can i read last_name for example from the request body?
Naveen, please make a video on new carina framework. Set up and everything.
Please naveen. I have learnt automation from your videos.
thank you..explained well..
Hello... Plz provide the api testing from basic to advance like selenium with java
Thanks Naveen. Very useful info. If any company’s testing into APIs using postman Manually, is there any format we can write test cases and how can we save our test cases in excel if they don’t have any test management tool?
Thanxxxx naveen
Hi sir, please make a video on thread testing.
Hi Naveen,
Firstly thanks for such a great video.
Can you please explain if we can use Authorization tab to pass the bearer token instead of Header as shown in your video ? I tried passing the bearer token in Authorization tab but the response was unsuccessful.
Cheers.
please do some videos on Java Scripting also sir it will be very Useful
and your way of explanation is very clear and easy to understand.
Plz watch my javascript series. Thanks
hi ,do you have any full course on Postman and soap?
Awesome
Hi, I have an api request which is configured to fetch values from CSV file and it runs well using collection runner but when I run the api individually by clicking on send button it shows an error because the values from CSV file are not accessible. Is there a way to solve this problem?
Thank you so much Man
Thanks for the detailed explanation. Can we write a pre request script to upload an image file as binary in the Body of the request?
I have an api in which I upload the image binary in the body before sending the request. I'm trying to validate this through script. Could you please guide me how to write the script for this. Thank You.
Hello Sir. Can you please help me with,
how to validate the request body is not having NULL or "" values
Thank you so much sir
To handle XML I am converting xml to json . Is there any other way expect this.?
Sir I want to start learning API from scratch ..do we have any series for the same please..
Sir , i am getting one error in failed test case as Cannot read property 'field 1' of undefined , how to fix it.
Hi Naveen your video is very helpful. I have a question how you can set the random to only alphabets(no numbers and special characters) and 5 characters long. I wan to do same for setting the first name dynamically. Thanks in advance
Hello Naveen sir, your telegram link is not working.. Could you pls provide here a valid link so that I can join it
Hi Naveen, can we give access token under Authorization Tab in postman.instead of creating Authorization key under Headers Tab in postman.Thanks in advance
Yes, you can
@@naveenautomationlabs Thanks Naveen for the valuable response
I refer same url from the video, but in POST request, Result shows 200 ok but in below, its showing field - name, message - cant be blank, please help me with this
Hi Bro, how to upload response to a file using postman api under Tests in postman
Hi Naveen,
I am executing below code, its not working, getting "pm is no defined". Would you please help me on this.
pm.test("response is ok", function () {
pm.response.to.have.status(200);
});
You need to upgrade your postman.
Hey Naveen, can you please share how to write GET call test cases using Javascript with parameter's value passed in the url..
U put {get.data.result. Email} .. my response doesn't have any header or parent.. how to set "" content checking"" bro . ..
I put directly data .get.rollnumber ... I am getting error.. how to resolve
can you please help me how to retrieve response object from input file.
I am not able to do that in test scripts..
My requirement is I have to login from 10 different users and validate user Role in response for each user
hi can any one please help me how to prepare automation feasibility document for web application (or) if you have any sample document please send or help me.
Hi Naveen , Thanks for the great info on Postman test script. Can you please help us for how to write test script to run a request multiple times with different data sets. example : In request body will have 2 values like -- {
"Id": "1234",
"EditFields":["44","45"]
} . We have to test this for different values with different response code like - Id=1234 then 200K response or Id=12sd then 500 response
Kindly help us for the above scenarios. Thank you in advance.
how to validate response size in postman
Dear Naveen, would you be able to recommend me a person who can be my tutor in API testing particularly Java Script in Postman. I am stuck and I wish I can find a person who can teach me. Thank you so much 🙏🏻
pls can anybody tell me hw to write test result with vs code
Can you share Api testing questions for 3 years experience based on real time
th-cam.com/video/OWCu7Pp8LEQ/w-d-xo.html
Hi Sir... m getting this below response.
{
"_meta": {
"success": false,
"code": 401,
"message": "Authentication failed."
},
"result": {
"name": "Unauthorized",
"message": "Your request was made with invalid credentials.",
"code": 0,
"status": 401
}
}
Did you add Oauth2.0 authorization..? Even 'get' calls require authorization. Just login using google, fb / github account & get the bearer token.
How to Update Mobile Number Randomly in the request with exact 10 digits
How to validate the memeberId in response body with square brakets.
result{
"members"[
{
memberId:7578888;
}]
thanks Naveen 🤍