Hi Raghav Hope you are doing well !!!!!! I need help in the below Managements requirement A later version of the Postman also enables you to run it in a server mode - as in, the platform/SUT can send API calls to Postman and it can respond, based on the configuration and received parameters. We need to use this to create an end-to-end testing platform from 1. Launching the APIs into the platform and 2. Simulating vendors by responding appropriately. Please provide some inputs on this ASAP.
Hi Raghav , Can you help in connecting database and executing select statement with postman video with middle ware and without middle ware. ??? Looking forward to your response
Hi Raghav, I have two get API, one being fetch list of employee and other fetches fetches a single employee.I want to validate the response for both the using postman.Please help me with that
Hi Kunal, you can run the apis in Postman and can use tests for validation. That is shown in this video. Can also check other Postman tutorials here - automationstepbystep.com/
Raghav sir , first of all thanks for this useful crash course on postman. But I have two query 1) if I will have to define SOAP AND REST in interview,how can I do. Saw your videos but I confused to define both in one or two sentences
@@RaghavPal I saw all videos in this playlist..and after watching this only I raised this question. I still don't have the answer of SOAP AND REST defination. Please help
Thank you very much for the session. If possible can you show us a real-time example(as I am new for the API POSTMAN tool) which how IT Project will use in their project?
hello sir , I have to create an action that make my the save of two think in one click....... that's mine I have classe a that is maken ...and inside this a classe a have an athée classe b that describe the a .... so I have to make the save of b classe when I make the save of a ...... I really hope that same one help me here ?
Hi Raghav Where and why we use scripts .When we execute any request its will be available in console .My doubt is why we need to write console.log ("").
console.log is to print on the console, it can be used as an option to check the values of variables and to know until where the code is executed during debugging
Thanks for this session, could you advise me on the one query :- We have 3 POST request, and for 3rd Post request i need 1st & 2nd Post result input data, So how can i store 1&2 result data (require 2 or 3 data item form 1&2) in to variable and how can i use for the 3rd request
Sir I have a doubt. When I export my file from postman to my desktop I can't see the required data. Here I want to see my n/w devices . But when I import that file to postman I can see all the lines up to 5000 . But in exported destop file I can see only 20 lines that also not the devices. Some url like that .
2) can you make a real time project implementation videos of webservices using rest and soap both, so that during interview we can justify our hands on experience as well
Hi Raghav, your sessions are very useful How can send a decode value in url using rest assured /test/categories/key%3Dc1 I need "=" to be send instead of %3D resource=projkey+pathforcategory+pathforkey+"="+key; return given() .baseUri(uri) .header("Content-Type","application/json") .log().all(). when() .get(resource).
@@RaghavPal ,I tried Raghav,have decoded the string which results me the re1 value and i am sending re1 in get req.still %3D is send .get(re1). re1 is: /devkey/categories/key=c1 Request method: GET Request URI: >uri>/devkey/categories/key%3Dc1
hello sir, i have gone through your full course of Postman and clearly understand it, but facing some problems at the time of running some Test scripts . Can you plz help me , kindly share your email id so that i can directly send you the problem ..
@@RaghavPal hi sir, i got some problem frelated array but now all confusion has gone and i am trying to run y API collection with Newman..Thankyou for always help us
Thanks again, very smooth, will keep learning! Thanks for the encouragements, it helps :)
Glad to hear it Emer
Love your courses. Thanks for your help and efforts.
You're very welcome!
Very very useful session sir.Thank you very much.
Most welcome Ajay
Cheers mate. This is an extremely useful video.
Glad it helped Eddie
Hi Raghav
Hope you are doing well !!!!!!
I need help in the below Managements requirement
A later version of the Postman also enables you to run it in a server mode - as in, the platform/SUT can send API calls to Postman and it can respond, based on the configuration and received parameters. We need to use this to create an end-to-end testing platform from 1. Launching the APIs into the platform and 2. Simulating vendors by responding appropriately.
Please provide some inputs on this ASAP.
Hi Harmeet, I will check on this,
Really very useful video to analyse test results and debug. Thanks Raghav
Glad it was helpful Govind
Hi Raghav ,
Can you help in connecting database and executing select statement with postman video with middle ware and without middle ware. ???
Looking forward to your response
Hi Harmeet, I will check on this, will need some online help
@@RaghavPal Looking forward to the solution of mssql now.
how to raise a bug in postman? Thanks. It is very useful to watch the sessions.
Hi Deepthi, can check here - www.postman.com/support/
@@RaghavPal thank you ji
Hi How do we export console, or write response to a file outside of postman. Can you please let us know
I will do a session on this Priya
Hi Raghav,
I have two get API, one being fetch list of employee and other fetches fetches a single employee.I want to validate the response for both the using postman.Please help me with that
Hi Kunal, you can run the apis in Postman and can use tests for validation. That is shown in this video. Can also check other Postman tutorials here - automationstepbystep.com/
Raghav sir , first of all thanks for this useful crash course on postman. But I have two query 1) if I will have to define SOAP AND REST in interview,how can I do. Saw your videos but I confused to define both in one or two sentences
Hi Abhijeet, this will help you
th-cam.com/play/PLhW3qG5bs-L9E2KV6vVdB-YTk-sRxmRAB.html
@@RaghavPal I saw all videos in this playlist..and after watching this only I raised this question. I still don't have the answer of SOAP AND REST defination. Please help
Thank you very much for the session. If possible can you show us a real-time example(as I am new for the API POSTMAN tool) which how IT Project will use in their project?
Hi Mayank, although the examples shown are similar to what you can expect in real time, I will also try to add more soon
A nice tutorial.... for a beginner. Very useful.
Happy to know this Madiraju
hello sir , I have to create an action that make my the save of two think in one click....... that's mine I have classe a that is maken ...and inside this a classe a have an athée classe b that describe the a .... so I have to make the save of b classe when I make the save of a ...... I really hope that same one help me here ?
Hi Amani, I will need to check on this
Well organised content. Excellent teaching. Thanks
Glad it was helpful Maneesha
Hi Raghav Where and why we use scripts .When we execute any request its will be available in console .My doubt is why we need to write console.log ("").
console.log is to print on the console, it can be used as an option to check the values of variables and to know until where the code is executed during debugging
@@RaghavPal Thanks Raghav
Thanks for this session, could you advise me on the one query :- We have 3 POST request, and for 3rd Post request i need 1st & 2nd Post result input data, So how can i store 1&2 result data (require 2 or 3 data item form 1&2) in to variable and how can i use for the 3rd request
Hi Vibhor, check this community.postman.com/t/verify-the-first-json-response-object-values-are-present-in-second-json-response-object-values/20142/5
@@RaghavPal Thanks
Sir I have a doubt. When I export my file from postman to my desktop I can't see the required data. Here I want to see my n/w devices . But when I import that file to postman I can see all the lines up to 5000 . But in exported destop file I can see only 20 lines that also not the devices. Some url like that .
Hi Pavithra, can you point (mark time) exactly which part of the video is this referred to
Awesome!
Thanks
2) can you make a real time project implementation videos of webservices using rest and soap both, so that during interview we can justify our hands on experience as well
Sure , for now check the API video here - automationstepbystep.com/
@@RaghavPal hey Raghav, thanks for the videos, could you please provide real time projects which we can be a plus for most of our resume / profile
Awesome Tutorials +++++++++++++++ thank you
You are welcome Youssef
Hi Raghav, can you please provide REST API interview questions, would be highly appreciated. Thanks in advance.
I will plan to add Pranali
Hi raghav
watched your videos on Github. can you please create a video on GitHub with live project example
all your videos are so much help me to understand the concepts properly. thanks for all your efforts
Plz reply sir
Hi Pratik, I will do, You can also find github videos in playlists like Protractor, Katalon Studio here automationstepbystep.com/
Nice Explantion
Thanks Harishankar
Smiles... Thanks a lot
Most welcome Melford
Thank you!!
You're welcome Andreea
Hi Raghav,
your sessions are very useful
How can send a decode value in url using rest assured
/test/categories/key%3Dc1
I need "=" to be send instead of %3D
resource=projkey+pathforcategory+pathforkey+"="+key;
return
given()
.baseUri(uri)
.header("Content-Type","application/json")
.log().all().
when()
.get(resource).
Hi Soundarya, you can do url decoding. Check this - stackoverflow.com/questions/6138127/how-to-do-url-decoding-in-java
@@RaghavPal ,I tried Raghav,have decoded the string which results me the re1 value and i am sending re1 in get req.still %3D is send
.get(re1).
re1 is: /devkey/categories/key=c1
Request method: GET
Request URI: >uri>/devkey/categories/key%3Dc1
Nice.
Thanks for watching Harmeet
Please create a video on Newman
Hi Jayanta, it will be published this Thu. Do watch it
Thank you
Hey Raghav can you please email me
You're welcome Usman, Let me know your query
@@RaghavPal i want to learn postman on expert level how can it be possible
hello sir, i have gone through your full course of Postman and clearly understand it, but facing some problems at the time of running some Test scripts . Can you plz help me , kindly share your email id so that i can directly send you the problem ..
Hi Niti, you can let me know here. Pls send the error details
@@RaghavPal hi sir, i got some problem frelated array but now all confusion has gone and i am trying to run y API collection with Newman..Thankyou for always help us