Hi Mukesh Awesome explanation. before i saw your video i don't know anything about RestAPI and RestAssured. I can say confidently now i can work on RestAPI and RestAssured. Thank you so much
Hi Mukesh, please continue with rest assured automation Playlist. Whenever you get time. I think this is the only video you have. Keep helping the aspirants.
Hi Mukesh, As every quality information and it will be such a great help to create a video on how to create robust REST Assured Api framework and reporting for the stackholder. I shall be looking forward to hearing from you Thanks again for your exceptional support to the Testing Community.
Hi Mukesh, Thanks for the Post video related to Rest assured.please, post some more videos on how to build Framework for Rest Assured with json End points data management
Thanks for the video. Brilliant. Do you have any real world examples how these companies are using Postman & RestAssured? I've noticed i've been trying to learn the detail of these tools when I know a lot of companies don't use at that level. I'm just trying to learn the common procedures/methods as there are so many technologies, languages, syntax and tools these days! You can never be proficient in all of them so need to find out what is mandatory for API testing - if there is such a thing. The market is getting more and more difficult now as new tools and methods continually are being invented! It's difficult to keep up with the ever changing technologies. Thanks again.
Hi Steve, I agree with your point that its hard to learn each and every tool. For API testing itself we have more then 13 tools in market but at the end of the day our main purpose is to automate API's. You can choose any tool which serve your purpose. I personally use restassured for my API testing and I use Jenkins for triggering the test. Postman is more likely kind of tool which help you to test API's manually.
Hi Mukesh, Thanks for the crip details shared. I have one question related to API testing. Unless the API is a public api is it necessary to do api testing in addtion to the ui tests. If so how to identity the scenarios which can be testing only in API testing and not in UI testing.
meenakshi 1 API testing is very important. This is all based of requirement again.. What should be the output, Authorization, different data, output format, status codes.. Ultimately you are going to integrate with UI once API is done.. Early testing is always important in software.
Hi Mukesh, This is really awesome video. I am learning to automate Rest API's and this helped me a lot. Could you please add some Rest API's automation that need authorization token. Thanks in Advance. ~Akram
Thanks Mandakini 😀 You can also check other videos in Playlist ruclips.net/p/PL6flErFppaj08LFolWioWyjfSGtCWcvVp I am also going to upload many videos on RestAssured
Hello Mukesh, Thanks for the nice detailed explanation. Video gives the information where Parameters are passed in the URL itself. But If the Request has Body with multiple Key-Values , how to automate those kind of request/response.. Kindly suggest. Thanks in advance!!!
Hi Mukesh as you write "Restass" at 31:26 it shows rest classes but in my case it is not showing as a drop down suggestions at all..what can be the reason? andat 31:50 when you write "Restassured" it automaticly display an Import command on top is also not happening why?can you please help me?whare i can ask reguler questions to clear my doubt plz let me know.
Thanks for the session, Easy to understand. End of the video. you talked about karate framework, Do you have a recorded session? If yes, please share the link!
Thanks Mukesh ! Very nice explanation.. I have already implemented POM model framework in my project. How do I integrate Rest assured with existing framework. Can you please advice. Many thanks
Hi Mukesh what are the different scenarios we can test for eg.schema validation, status code validation and all? also is there any video that has a full framework
Hi Mukesh ; loads of thanks for the video; I am conducting a POC on testing webservices that exposes to a third-party but i see the same can be automated in Postman ( already done). Could you tell me , how Selenium has an upperhand here; Or , can I automate multiple JSON/Java objects request through Selenium.
@mukesh thanks for the video. My req in our project is API are access through AWS and we need to pass like access key and sceret key in postman so how to add in rest assured or setup evn
Hi San, please check out below playlist. I have covered different ways of authentication using RestAssured ruclips.net/p/PL6flErFppaj08LFolWioWyjfSGtCWcvVp
Hi Mukesh thanks for the video.You share how to validate time, status code but can you please explain how to validate the response and also how to set the methods(get, put, post etc.) by automation... I really need to learn that.
Hi Subhadeep, Not only postman there are 15+ plugin in market and more than 20 tools for API testing which does the same thing. When you make request to postman and get the response or data (json or xml) you manually verify but when it comes to RestAssured or Apache HTTP Client or Jersey etc you write custom code to validate the same. Postman cant sent or feed the data to another API so when it comes to interacting multiple API, Sending Payload and Applying multiple assertions and Creating maven build running via Jenkins I usually prefer RestAssured/Karate/HttpClient Hope it is clear now if still not clear then let me give final words Selenium IDE vs Selenium WebDriver- If you worked on Selenium then you can relate this Some more info can be found below stackoverflow.com/questions/43903908/restassured-vs-postman-automation-test-in-restful-service down
Hi Mukesh,It would be great if you could do some video for Post method with a sample. I know source will not allow us to change data.Just show us how to write the code for post or put method with your own request for post.It will be very helpful. Thanks in advance
Hi Mukesh. Thank you for posting such a good and easy to understand video. I am getting an error when I add the dependency "missing artifact:io.rest-assured:jar:3.0.2" and I do not see Maven jars downloaded as it happened in your video. Can you please suggest what could be the issue?
Hi Mukesh, Thanks for the session.Do you have any sample API handy which is publicly available apart from openweather which we can use for practice purpose both in postman and RestAssured Automation? Pls share if you have any.Thanks in advance.
Hi Mukesh, Can you do a video explicitly on Swagger API testing and automation using java in eclipse.since Swagger is being used mostly by Test automation team as well as in cloud like AWS.
Hi Mukesh, have you prepared video series covering complete framework for API testing? If yes, please share the location & if not then can you please create?
Hi Mukesh, Its very helpful video .Thank you so much, Can you please share more video of Rest Assured using NTLM authentications . Actuly am trying to do this but its giving me error.
Hi Mukesh, for API automation; Can jmeter serve the same purpose like using the Rest Assured Library?i am confused between jmeter API automation and the use of Rest Assured Library for the same purpose, which one is better?
Hi Asma, JMeter is mainly for performance testing tool but we can also do API testing but not extensively. RestAssured is full fledged library which can be only used for RestAPI testing. Final thoughts- If you have end to end api test scenario then go ahead with Rest Assured but if you want performance testing then JMeter and gatling
Hi Prachi, Instead of testing WebUI functionality can be tested from API like login, add to cart, payment and invoice. After payment is done if you have DB access then yes you can make get call to DB and verify the same payment.
Hi @Mukesh , Thanks a lot for your video. I have one Question . At 33:26 you say you are using Assert of TestNG , but you just imported Rest Assured Dependency . So how are you using TestNG functions ?
Hey Mukesh Can you please show how to parse the JSON response string to java objects in order to use attributes of the response to compare with expected result using Assertions.
Thank you Saksham for your feedback I will keep your point in mind from next videos. Somehow I feel before I tell what is rest Assured I wanted to tell what is web service. I want to ask you what piece of information you did not find useful?
As i can see in your maven dependencies there is no testNg jar file.can yo mention where you have added that jar.I am getting run as configuration instead of run as testng .I have imported the lib also in my class.
Hey Mukesh.. Thanks for a wonderful session In my step defination when I m trying to utilise the same request body that I am using in soap ui I m not able to fetch the result it giving error message as expected status code as 200 but was 500 Though with the same request body I m good to retrieve the data from soap... Any thoughts or suggestions wht mistake I m making or suggestions for any link where I can correlate with the requeste body issues Thanks in advance for all your support
Hi Ravi, 500 is internal server error so may be server could not handle that request at that moment. I would recommend you to see what additional header soapui is passing and pass the same header while making request and see the behaviour.
Hi Mukesh
Awesome explanation. before i saw your video i don't know anything about RestAPI and RestAssured. I can say confidently now i can work on RestAPI and RestAssured. Thank you so much
Hey Srini, Good to see your comment. I would suggest you to keep learning advance stull for REST API.
Sir this is once again an amazing play list. Congratulations for coming up with this super play list.
Thanks Andy
My Grandmother liked your vedio, after she successfully automated Restful service using Rest Assured ... Thanks :) Nice Vedio Mukesh asusual ...!
ha ha ha. It was quite funny in video. I liked it.
Thanks Mukesh. Your videos have always been helpful, Please do create a followup session on how to create a framework for rest assured.
Hi Mukesh, please continue with rest assured automation Playlist. Whenever you get time. I think this is the only video you have.
Keep helping the aspirants.
Superb video, highly recommendable to all who wants to learn API test and automating API
Hi Mukesh,thanku so much for creating such an understanding and useful tutorials.
Hi Mukesh, your rest assured video is informative and I learned a lot through this. Thanks for sharing such content on you tube.
You are an amazing teacher Mukesh.. I learnt too many things from your vedios. Thanks a lot
Thank you Mukesh for your response in mail and for this video. you are really great :)
Many thanks Mukesh...nice video. Helps a lot to start learning API automation.
Great tutorial for newbies, keep up the good work!!
Nce video Mukesh and very helpful information you had provided in video.
Please make video for post method also
Superb Tutorial....It's really helpful..Thanks Mukesh...
Thanks Amit :) Keep learning.
Very useful tutorial. Good tutorial to kick off API automation.
Thanks Varma ji.. many more videos coming on API. Stay tunned.
Awsome!!!..keep up the great work Mukesh..your tutorials are really helpful and easy to understand..helping me a lot in my job interview :P :)
Thank you GG.. Keep learning.
Nice Mukesh, because of your we reslove the issue ,now I am clear with this topic also 👍
All the best Mahesh, I am glad it is helping you.
Very useful video, it reduced my time.. worth to watch..
Thanks Shakti :)
super thank u so much Mukesh very use full great..
+sharon saras glad you Like it Sharon 👍🏻
Very useful and easy to understand.. thanks for video 👍☺️
Hi Mukesh your video for rest automation is very helpful. Thanks for your great work
Nice video Mukesh. Thanks for sharing.
Thanks Kamesh
Hi Mukesh,
Wonderful video...please share some more videos on Rest Assured API testing.
Thanks alot :)
Hi Mukesh, As every quality information and it will be such a great help to create a video on how to create robust REST Assured Api framework and reporting for the stackholder.
I shall be looking forward to hearing from you
Thanks again for your exceptional support to the Testing Community.
Hi Mukesh sir, I request to do still more videos on postman api automation in realtime, so that it will help us to solve the realtime challenges
Hi Vidya, here is the playlist for Postman
ruclips.net/video/MCPdfuzmyxY/видео.html
It's More and More Helpful to learn ,Thanks very Much your Sound Work
And Give me Rootpath How to do POC Using RestAssured
Thanks Sankar, I am glad it helped you..
Very nice explaintion.
Thanks for this
Thank you Sachin. Keep learning.
Hi Mukesh,
Thanks for the Post video related to Rest assured.please, post some more videos on how to build Framework for Rest Assured with json End points data management
Yes Angita I am launching one course on this I will post soon.
Simple and sweet ....impressive video
Thanks Jagan I am glad you liked my content 😀
Good start for Automation of Rest API. good option for JMeter. Also Mukesh , if the APIs have Basic Authorization , how to handle that ?
Thanks Mukesh, Can you tell me how to use POST method instead of GET method using this framework...
Thanks for the video. Brilliant.
Do you have any real world examples how these companies are using Postman & RestAssured? I've noticed i've been trying to learn the detail of these tools when I know a lot of companies don't use at that level. I'm just trying to learn the common procedures/methods as there are so many technologies, languages, syntax and tools these days! You can never be proficient in all of them so need to find out what is mandatory for API testing - if there is such a thing. The market is getting more and more difficult now as new tools and methods continually are being invented! It's difficult to keep up with the ever changing technologies.
Thanks again.
Hi Steve, I agree with your point that its hard to learn each and every tool.
For API testing itself we have more then 13 tools in market but at the end of the day our main purpose is to automate API's.
You can choose any tool which serve your purpose. I personally use restassured for my API testing and I use Jenkins for triggering the test.
Postman is more likely kind of tool which help you to test API's manually.
test does not cause issues. You write tests, so there must be the scope!
Ok Thanks Tibor noted
veru nice video ,Mukesh...Thank you for sharing.
Thanks sir ,nyc teaching...
u just nailed it so simply. thanks!
Hi Suhani thank you so much.. I am glad you liked it.. Let me know if any help required in API testing or in Selenium 😀
Very helpful for me . Can you provide the next video on how to create a framework
Keep up the good work 👩🏫
Thanks Siddeshwar
Hi Mukesh, Thanks for the crip details shared. I have one question related to API testing. Unless the API is a public api is it necessary to do api testing in addtion to the ui tests. If so how to identity the scenarios which can be testing only in API testing and not in UI testing.
meenakshi 1 API testing is very important. This is all based of requirement again.. What should be the output, Authorization, different data, output format, status codes..
Ultimately you are going to integrate with UI once API is done.. Early testing is always important in software.
Good video Mukesh..!!
Thanks Mukesh..its really help me
Welcome Ankita :) I am glad it helped you 🙏🙏
Good one Mukesh.
Thank you very much.
thanks for this video, very helpful.
+jose galvan most welcome Jose. I am glad it helped u.
Keep visiting and let me know for any help.
Hi Mukesh,
This is really awesome video. I am learning to automate Rest API's and this helped me a lot. Could you please add some Rest API's automation that need authorization token. Thanks in Advance.
~Akram
Very informative
Thanks Mandakini 😀
You can also check other videos in Playlist
ruclips.net/p/PL6flErFppaj08LFolWioWyjfSGtCWcvVp
I am also going to upload many videos on RestAssured
Hello Mukesh,
Thanks for the nice detailed explanation.
Video gives the information where Parameters are passed in the URL itself.
But If the Request has Body with multiple Key-Values , how to automate those kind of request/response..
Kindly suggest.
Thanks in advance!!!
very useful video.Thank you
Thanks Pranav :)
Hi Mukesh ,Very Helpful video ,Thanks a lot .Can you please share some more video on the rest assured test automation.
Hi Mukesh as you write "Restass" at 31:26 it shows rest classes but in my case it is not showing as a drop down suggestions at all..what can be the reason? andat 31:50 when you write "Restassured" it automaticly display an Import command on top is also not happening why?can you please help me?whare i can ask reguler questions to clear my doubt plz let me know.
Press control space together after typing RestAss it will list all suggestions.
@@Mukeshotwani thanks your answer have given my joy)
😇😇😇
Thanks for the session, Easy to understand.
End of the video. you talked about karate framework, Do you have a recorded session? If yes, please share the link!
Hey Srikanth, thank you but for Karate I dont have any videos as of now.
Ok, Thanks for the reply. Please update, when the session is available.
@@srikanthbolisetty1417 not sure
thank you for the good introduction
Most welcome Mzamo :)
Thanks Mukesh ! Very nice explanation.. I have already implemented POM model framework in my project. How do I integrate Rest assured with existing framework. Can you please advice. Many thanks
Big thanks man. Rly nice and infomational video
Hi Mukesh what are the different scenarios we can test for eg.schema validation, status code validation and all? also is there any video that has a full framework
Very nice information....Thank you.....
Hi Mukesh ; loads of thanks for the video; I am conducting a POC on testing webservices that exposes to a third-party but i see the same can be automated in Postman ( already done). Could you tell me , how Selenium has an upperhand here; Or , can I automate multiple JSON/Java objects request through Selenium.
Thanks Mukesh sir ..
Thanks Naveen :)
Superb So Far
Thank you! Cheers! Divyesh
@mukesh thanks for the video. My req in our project is API are access through AWS and we need to pass like access key and sceret key in postman so how to add in rest assured or setup evn
Hi San, please check out below playlist. I have covered different ways of authentication using RestAssured ruclips.net/p/PL6flErFppaj08LFolWioWyjfSGtCWcvVp
Hi Mukesh thanks for the video.You share how to validate time, status code but can you please explain how to validate the response and also how to set the methods(get, put, post etc.) by automation... I really need to learn that.
nice video bro keep uploading
Thanks Amit.
Thanks Mukesh
+Suryakant Chavan most welcome Chavan
The thing you showed can also be done on postman very easily,where is it's utility?
And how is it automation?
Hi Subhadeep, Not only postman there are 15+ plugin in market and more than 20 tools for API testing which does the same thing.
When you make request to postman and get the response or data (json or xml) you manually verify but when it comes to RestAssured or Apache HTTP Client or Jersey etc you write custom code to validate the same.
Postman cant sent or feed the data to another API so when it comes to interacting multiple API, Sending Payload and Applying multiple assertions and Creating maven build running via Jenkins I usually prefer RestAssured/Karate/HttpClient
Hope it is clear now if still not clear then let me give final words
Selenium IDE vs Selenium WebDriver- If you worked on Selenium then you can relate this
Some more info can be found below
stackoverflow.com/questions/43903908/restassured-vs-postman-automation-test-in-restful-service
down
Yes Mukesh,things are getting less complicating now,thanks for the knowledge,good work.
That was helpful dude👍
Glad to hear it! Thanks Gaurav
Hi Mukesh,It would be great if you could do some video for Post method with a sample. I know source will not allow us to change data.Just show us how to write the code for post or put method with your own request for post.It will be very helpful. Thanks in advance
Hi Roja I have already published, please check ruclips.net/video/7RUzarUREpo/видео.html
Thanks for the quick reply
Very nice explanation !
Hi Mukesh. Thank you for posting such a good and easy to understand video. I am getting an error when I add the dependency "missing artifact:io.rest-assured:jar:3.0.2" and I do not see Maven jars downloaded as it happened in your video. Can you please suggest what could be the issue?
Hi Amitesh, you can use new version 4.1.2
mvnrepository.com/artifact/io.rest-assured/rest-assured/4.1.2
Hi Mukesh,
Thanks for the session.Do you have any sample API handy which is publicly available apart from openweather which we can use for practice purpose both in postman and RestAssured Automation?
Pls share if you have any.Thanks in advance.
reqres.in/
There are GET & POST methods available on start page of web site for testing.
Example : GET reqres.in/api/users?page=2
Thanks Nikhil
Hi Soumya you can also deploy local API in local system for full operation. I have detailed video on this ruclips.net/video/7RUzarUREpo/видео.html
Thank You :)
Hi Mukesh, Can you do a video explicitly on Swagger API testing and automation using java in eclipse.since Swagger is being used mostly by Test automation team as well as in cloud like AWS.
Sure Ram I will make one video on this as well.
Hi Mukesh,
I dont see your videos these days on youtube.
Please share some more videos on Automation.
Hi Mukesh, have you prepared video series covering complete framework for API testing? If yes, please share the location & if not then can you please create?
Hi Sandeep I have planned will upload soon.
waiting ,,,
Hi Mukesh,
Its very helpful video .Thank you so much, Can you please share more video of Rest Assured using NTLM authentications . Actuly am trying to do this but its giving me error.
Hi Mukesh, for API automation; Can jmeter serve the same purpose like using the Rest Assured Library?i am confused between jmeter API automation and the use of Rest Assured Library for the same purpose, which one is better?
Hi Asma, JMeter is mainly for performance testing tool but we can also do API testing but not extensively. RestAssured is full fledged library which can be only used for RestAPI testing.
Final thoughts- If you have end to end api test scenario then go ahead with Rest Assured but if you want performance testing then JMeter and gatling
Thank You so much Mukesh , it removed my confusion nw😌
It’s good to hear from you Asma.. Happy Sunday
Hi Mukesh,didn't understand how u added the URL of weather map .Please explain me
Hi Pavani sorry I did not understand your question.
Hey Mukesh, to automate any API do we need to validate the correctness of data against the DB?
Hi Prachi,
Instead of testing WebUI functionality can be tested from API like login, add to cart, payment and invoice.
After payment is done if you have DB access then yes you can make get call to DB and verify the same payment.
Can you please let us know how can we get connected to DB.. I am actually using azure cosmos and services hosted in azure...
wow, this is really helpful. Thanks a lot
Hi Mukesh, Are you going to stat new batch for Rest assured ?
Thanks for the video. Its really really useful to the newbies like me.
Thanks Priya
Hi Mukesh - Would you please make a few videos on REST API POSTMAN-BDD Automation? Thank you.
Here you go ruclips.net/video/MCPdfuzmyxY/видео.html
Do you know some open source tool form API SOAP automation?
+rammsteiniano477 Apache Axix 2 library
Hi @Mukesh , Thanks a lot for your video. I have one Question . At 33:26 you say you are using Assert of TestNG , but you just imported Rest Assured Dependency . So how are you using TestNG functions ?
look at line no. 3, Assert is imported from org.testng.
Thanks! very helpful
Glad it helped! Punita
Next video Docker please :)
Hey Mukesh Can you please show how to parse the JSON response string to java objects in order to use attributes of the response to compare with expected result using Assertions.
Hey Dibakar, you can use JSONPath for the same. I will try to record video on this.
@@Mukeshotwani thanks Mukesh.. please try to record.that will be very helpful
Thank you for this video
Most welcome Dnyanraj
Hi Mukesh,
Can you send link " you previous Introduction to web services soapUi tutorial" unable to see the url at this video?
Hi Thiru here is the link ruclips.net/p/PL6flErFppaj2X3bInIqkw4wYGxT6n0n6H
Please subscribe to my channel for upcoming videos.
Great video, really helpfull
Thanks Avinash
Nice job 😎
😀
I think, you could give the information that you've given in 40 minutes in well structured 10 mins.
Thank you Saksham for your feedback I will keep your point in mind from next videos.
Somehow I feel before I tell what is rest Assured I wanted to tell what is web service.
I want to ask you what piece of information you did not find useful?
@@Mukeshotwani I did not mean to offend you. I meant to communicate it to you for mutual improvement :-)
No Saksham I am not offended, I respected your comment and feedback too 😊
Good video! I make more qa engineering content if you or anyone else is interested to learn more in the field!
Hi Rachel, please share your email.
Mukesh otwani rachelnicolepro@gmail.com
Thank you so much
+T Sudhir Most welcome Sudhir 👍🏻
Im getting connection time out exception. Increased junit timeout but no luck, pla suggest.
Hi Siva if you are in office network then try setting proxy.
Hi mukesh,
This video helps me to learn Rest assured. Kindly help me how to post xml input using Rest assured framework.
Thanks in advance
Hi Paulin, sure I will do that posting xml data and json data can be done in many way.
@@Mukeshotwani any update on this i need to post data
Thanks for this video! Good job!
As i can see in your maven dependencies there is no testNg jar file.can yo mention where you have added that jar.I am getting run as configuration instead of run as testng .I have imported the lib also in my class.
Hi Suvendu u need to install TestNG plugin as well learn-automation.com/how-to-install-testng-in-eclipse/
@@Mukeshotwani added plugin from eclipse market place still same issue exist.Only Run on configurations and Run on server options are coming
Hi, Now i got it .Its working fine.Thanks
Hii bro can u send all rest assured video's .
Plzz it will be very helpful
Do we need maven for rest assured?. Can't we do it without maven dependency
Hey Mukesh.. Thanks for a wonderful session
In my step defination when I m trying to utilise the same request body that I am using in soap ui I m not able to fetch the result it giving error message as expected status code as 200 but was 500
Though with the same request body I m good to retrieve the data from soap...
Any thoughts or suggestions wht mistake I m making or suggestions for any link where I can correlate with the requeste body issues
Thanks in advance for all your support
Hi Ravi, 500 is internal server error so may be server could not handle that request at that moment. I would recommend you to see what additional header soapui is passing and pass the same header while making request and see the behaviour.
Hi Mukesh when add Testng my code is giving me error.Did you use library or Dependencies for testNg?
Hi Mani, First add TestNg in Eclipse then in pom.xml also you can provide the dependency learn-automation.com/how-to-install-testng-in-eclipse/
Hi Mukesh,
I am not getting RestAssured class in the suggestion even after pressing control space together please guide me
Is it only for RestAssured or for all classes