Awesome explanation .really enjoying the Postman Series ..
@basirobaidi6674 жыл бұрын
I am the first one to watch, liked & come chill moment.
@Mukeshotwani4 жыл бұрын
Thanks Basir , you are awesome
@tahakarim834 жыл бұрын
Great explanation as always
@kalyanivulli26232 жыл бұрын
Super Mukesh ..very nice explanation
@Mukeshotwani2 жыл бұрын
Thanks and welcome
@devsoftwareengg4 жыл бұрын
nice collection of videos on api testing.
@Mukeshotwani4 жыл бұрын
Thanks Pandey ji.
@juhithakur43282 ай бұрын
Easy to understand
@Mukeshotwani2 ай бұрын
Thank you Juhi
@raviparmar37573 жыл бұрын
Hi, I have set everything as you described in this video but still after executing the request the name is not appearing in the body there is appearing only id & 'createdAT'. what should I do to see the name in the body? please suggest. Also, I tried with all authorization but again unable to see the name.
@Mukeshotwani3 жыл бұрын
Hi Ravi, which API you are using?
@vysakhv61614 жыл бұрын
Hello Mukesh I didn't get how to open the console screen
@TestingFunda4 жыл бұрын
Click on the console icon on the left bottom corner. Also, you can use the shortcut ALT+CTRL+C
@AnjaliGupta-eu2gd9 ай бұрын
Hi Sir, I have to validate the request body's keys that all the keys should be present. How to do that please help
@swapnashreesarangi30373 жыл бұрын
Hi Mukesh, i was executing the same set of code you are showing. But in console i am getting name as "NaN". Could you please tell what went wrong.
@Mukeshotwani3 жыл бұрын
NaN comes when response does not contain number. Please check your script or print your response in console.
@swapnashreesarangi30373 жыл бұрын
@@Mukeshotwani thanks a lot, it worked
@deven77224 жыл бұрын
Hello Mukesh. i stuck one scenario.. i want to run 2000k scripts parallel execution for the nightly build. one script takes around average 3 mins.. can you please guide me how to handle this kind issues Available resources:- selenium, java, testing, Maven, Jenkins, git OR anybody can help me if possible
@aishusri33 Жыл бұрын
Do any postman project.
@Mukeshotwani Жыл бұрын
Hi Aishu, you can take spotify as end to end project.
@pratikshak9873 жыл бұрын
How can we pass multiple user names in above example?
@Mukeshotwani3 жыл бұрын
Yes Pratiksha, we can do using Data Files learning.postman.com/docs/running-collections/working-with-data-files/