This is the only video giving interview questions for rest assured. Rest all give questions for api only. I watched this yesterday, many questions were asked in my interview yesterday. Glad I could answer them perfectly. Thanks from the heart! God bless you..
1. What is Rest-Assured and why it is used? 2. What is URI, endpoint, and query parameter? 3. What are the static imports in Rest Assured and why do we need it? 4. What are the given, when, then methods in Rest-assured? 5. What are the different authentication methods in Rest-Assured? 6. How to check Response time for an API? 7. How to send a complex payload for a post API using POJO classes? 8. How to log requests and responses for a post API? 9. How to validate the response of a POST API? 10. How to verify cookie, header & content type in API response?
Hi Subhashish, This is the best video to refer Rest Assured API Automation. Thank you for the detailed explanation, It's very useful! If possible, could you provide PDFs for each topic related to manual testing and automation? Having these would make it easier to review concepts before interviews. Once again Thank you!🙂
Very nice video in short time you explained everything in very simple words, just one thing in b/w the video is blank or paused or blank green screen sometimes, not sure the issue is only with me or everyone
I hope you have been through the complete API play list link, if not here is the link - bit.ly/2BY0vHu , Yes I am planning for a API project with complete framework structure, It will come soon :-)
One question :while validating response we can use following 3 ways ryt ? 1. response.getBody(). Path(details.email) 2.response.JsonPath.get("details.email") ; 3.then.body("details.emailId", equal to("") ; Correct me if I am wrong at some place. And also let me know is this sufficient to know only these 3 ways for interview.
Yes, you are correct, Once you have extracted the response then you can validate it and these are sufficient for the interview. Response getResponse= … getResponse.body("details.email", equalTo(“abc@gmail.com”)); Assert.assertEquals(getResponse.getBody().path(“details.email”), “abc@gmail.com”); Assert.assertEquals(getResponse.jsonPath().get("details.emailId"), “abc@gmail.com");
I am facing error can you help me ..java net connection ..while run the same code in Windows 10 machine .. Is there any email id where i can send you screenshot . Please help
hi Shubhashi, can you please add the POJO part again, its not visible. The screen went green at the end of the explanation for the POJO related question. Thanks.
@@rabitminder Unfortunately I can not edit the video which is uploaded. But if you want to understand same concept you can refer th-cam.com/video/UqYf_a4auGM/w-d-xo.html Also refer the complete playlist.
Here we have used RestAssured with TestNG only. Please go through the complete playlist ( bit.ly/2BY0vHu ) for more understanding. If you are looking for Oauth-2.0 here is the video link th-cam.com/video/Fs8fsrngI3Q/w-d-xo.html
Try something like this and see if it works ? body("order.createdDate", everyItem(greaterThanOrEqualTo(LocalDate.now().minusMonths(1).format(DateTimeFormatter.ofPattern("yyyy-MM-dd")))))
check these links. It may help you th-cam.com/video/7LIeP16Ki9g/w-d-xo.html th-cam.com/video/9yD5tSFuod8/w-d-xo.html and th-cam.com/video/UqYf_a4auGM/w-d-xo.html
I am facing error can you help me ..java net connection ..while run the same code in Windows 10 machine .. Is there any email id where i can send you screenshot . Please help
@@SoftwareTestingAndAutomation emailed you ..its very basic program related to api And its throwing error . But selenium automation is working fine in same eclipse . Only problem in api automation
This is the only video giving interview questions for rest assured. Rest all give questions for api only.
I watched this yesterday, many questions were asked in my interview yesterday. Glad I could answer them perfectly.
Thanks from the heart! God bless you..
I am glad to hear that, Thank you!! Keep learning and sharing with your friends 😊
Only this type are question or they asked different questions?
Yes
1. What is Rest-Assured and why it is used?
2. What is URI, endpoint, and query parameter?
3. What are the static imports in Rest Assured and why do we need it?
4. What are the given, when, then methods in Rest-assured?
5. What are the different authentication methods in Rest-Assured?
6. How to check Response time for an API?
7. How to send a complex payload for a post API using POJO classes?
8. How to log requests and responses for a post API?
9. How to validate the response of a POST API?
10. How to verify cookie, header & content type in API response?
th-cam.com/video/qwA12Rjq7aY/w-d-xo.html
Thanks
Your content is really commendable. Anyone can clear the interview or revise the total concept in less time. Great initiative. Thank you
You are welcome 🤗 Share it with your friends 😊
Hi Subhashish,
This is the best video to refer Rest Assured API Automation.
Thank you for the detailed explanation, It's very useful! If possible, could you provide PDFs for each topic related to manual testing and automation? Having these would make it easier to review concepts before interviews.
Once again Thank you!🙂
One of the best API session/questionnaire, i came across.
Hello Test Quest, I want to learn API testing in python. Can you please suggest me which framework is better for python api testing? Plz reply
Thank you 😊
You have been absolutely clear crisp and amazing. GBU
Thank you so much. Share it with your friends 😊
Thank you so much !! explaining each question along with hands-on was made it easier to understand. Thanks!
Glad to hear that!! Keep learning and sharing with your friends 😊
Your way of explaining stuff is very helpful 😊thank you sir
Thank you so much 😊
Hello simran, I want to learn API testing in python. Can you please suggest me which framework is better for python api testing? Plz reply
Very nice video in short time you explained everything in very simple words, just one thing in b/w the video is blank or paused or blank green screen sometimes, not sure the issue is only with me or everyone
Thank you so much, yes there are some green screen issues.
Awesome video, you have cleared many of my doubts
Glad to hear that. Share it with your friends 😊
Too good. very very useful. Thanks so much for sharing
Glad to hear that!! Keep learning and sharing with your friends 😊
It's help to many of them keep doing like this series 👍👍
Thank you 😊
@@SoftwareTestingAndAutomation thanks for reply bro ..can you make a video on one simple project on API Testing 👍
I hope you have been through the complete API play list link, if not here is the link - bit.ly/2BY0vHu , Yes I am planning for a API project with complete framework structure, It will come soon :-)
@@SoftwareTestingAndAutomation hoo great work ...eagarly waiting I am the first 😀👍
Thanks a lot.
You are welcome 😊
Really very helpful and handy stuff.. 💯💯✔️✔️
Thank you !! Keep sharing with your friends.
Thank you sir👏
Awesome explanation.. Thanks!
Glad it was helpful!
Thank you very good explanation.
Glad to hear that!! Keep learning and sharing with your friends 😊
Very well explained. Thankyou
Thank you 😊
I enjoyed the video, very informative used easy language which authenticate best video ever.
Thank you. Keep learning new things 😊
Thank you.. Nicely explained.
You are welcome!!! Keep sharing with your friends 😊
Awesome bro, all real world interview questions on Restassured..... Help me lot
Thank you 😊 Keep learning new things !!!
Thank you so much for the wonderful explanation with the great detailing....👏
Thank you!! Keep sharing with your friends 😊
Thanks for your work! Well done!
Many thanks!
One question :while validating response we can use following 3 ways ryt ?
1. response.getBody(). Path(details.email)
2.response.JsonPath.get("details.email") ;
3.then.body("details.emailId", equal to("") ;
Correct me if I am wrong at some place.
And also let me know is this sufficient to know only these 3 ways for interview.
Yes, you are correct, Once you have extracted the response then you can validate it and these are sufficient for the interview.
Response getResponse= …
getResponse.body("details.email", equalTo(“abc@gmail.com”));
Assert.assertEquals(getResponse.getBody().path(“details.email”), “abc@gmail.com”);
Assert.assertEquals(getResponse.jsonPath().get("details.emailId"), “abc@gmail.com");
@@SoftwareTestingAndAutomation thanks a tone 😊
I am facing error can you help me ..java net connection ..while run the same code in Windows 10 machine ..
Is there any email id where i can send you screenshot .
Please help
hi Shubhashi, can you please add the POJO part again, its not visible. The screen went green at the end of the explanation for the POJO related question. Thanks.
Thank you so much! ❤
You're welcome 😊
Please check why screen becomes green at 34:14 and it was there for sometime? Other than this it was a very useful video
Thanks a lot!!! it was an amazing explanation
You are welcome!! Keep learning and sharing with your friends.
Best API video ❤❤
Great to hear that. Thank You 😊
Excellent but in between there are some glitches otherwise its awesome.
This was so good❤
Very well explained
Thank you 😀
Very useful
Glad to hear that. keep sharing with your friends 😊
Excellent
Thank you 😊
Good video 👍
Thank you 😊
very informative video.
Glad you liked it
Helpful thanks
Thank you!! Keep learning new things 🙂
Helpful information, thanks!
Glad it was helpful!
How to validate response when we are passing data dynamically through faker library, then how can we assert ?
Super
Thank you 😀
Very helpful...Thanks:)
Glad it was helpful!
Excellent work
Thank you! Cheers!
ITS A GREAT VIDEO.
Thank you :-)
How we will come to know that import relevant methods needs
at execution at 34:56 screen goes green happened almost every time at the peak of cracking the concept .
Thank you for the feedback, Yes, it was a green screen issue which I have resolved in new videos.
Sir Thanks for your video . Video is not visible on 35:00 Please correct it
Thank you for the feedback, It was a green screen issue which I have resolved in new videos.
@@SoftwareTestingAndAutomation Sir Is it possible to view same video fully without green screen
@@rabitminder Unfortunately I can not edit the video which is uploaded. But if you want to understand same concept you can refer th-cam.com/video/UqYf_a4auGM/w-d-xo.html Also refer the complete playlist.
@@SoftwareTestingAndAutomation Thanks
sir why we are using POJO classes which one is more effective
Can you please tell how to use these authentication methods in RestAssured with TestNG framework ?I am not using BDD.Kindly reply
Here we have used RestAssured with TestNG only. Please go through the complete playlist ( bit.ly/2BY0vHu ) for more understanding. If you are looking for Oauth-2.0 here is the video link th-cam.com/video/Fs8fsrngI3Q/w-d-xo.html
@@SoftwareTestingAndAutomation Thanks! I will go through it.
Can you tell how to put assert on date value in JSON response?
Try something like this and see if it works ?
body("order.createdDate", everyItem(greaterThanOrEqualTo(LocalDate.now().minusMonths(1).format(DateTimeFormatter.ofPattern("yyyy-MM-dd")))))
How can I send new values in ".body(ep)" ?
check these links. It may help you th-cam.com/video/7LIeP16Ki9g/w-d-xo.html th-cam.com/video/9yD5tSFuod8/w-d-xo.html and th-cam.com/video/UqYf_a4auGM/w-d-xo.html
Please share this program ... complete
Not practically possible to always pass entire payload in constructors, instead we should use getter setters
I agree. I ve explained same in another video which is part of API playlist.
I am facing error can you help me ..java net connection ..while run the same code in Windows 10 machine ..
Is there any email id where i can send you screenshot .
Please help
Let me know in details about your issue. You can email me on subhasishhelpinghand@gmail.com
@@SoftwareTestingAndAutomation emailed you ..its very basic program related to api
And its throwing error .
But selenium automation is working fine in same eclipse .
Only problem in api automation
👍👍👍👍
How api is authenticated @
Noone is bothered by the green screen in the middle?
Very well explained
Thank you.
Excellent
Very useful
Glad to hear that!! Keep learning and sharing with your friends 😊