Hello BakkappaN, Thanks for creating lots of QA training videos on QA. It helps us a lots. your simple demonstration of code and logic unit. I love it. I have one suggestion on play list name and list videos. it's very very messy. I always got multiple playlists with the same name and videos counts. Also their videos are not in synchronous so I always miss which training list I was following and I have to search videos and upcoming videos. Please keep doing great work. 👍
This vary useful for us .. thanks bro without expecting anything u given good knowledge of testing...I have one request please provide ant notes related pdf...
Hello BakkappaN, amazing content .....I am now clear with the concepts because u explained in a easy way ...thank you ........just a small issue was not able to export environment details
Hello BakkappaN thanks for the tutorial, it is really helpful. But,where can I find the remaining chapters? Is there another video where you've continued the same course?
Hi Bakappa, Thanks for the video. I am not able to proceed with automating Create Booking API by using JSON Object as I get the error in eclipse which says " Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized". Can you please help to fix this.
@@testerstalk Actually in this video: ua-cam.com/video/QKBa8lt5Wfo/v-deo.html you explained how you exported two folders 1) Postman Collection named "Booking API" and 2) The Environment variable file. But on GitHub, I can only find the Postman collection file and not the second one in which environment variables are defined for your Booking API collection.
Hi, The tutorial is really good. I am able to follow it up until the end but when I tried setting up the testng and the pom file I got the forked process error, cannot find class in classpath. I followed excatly the same as per tutorial. Are you able to help out how to solve this issue?
The content of the video is really good. But unfortunately the given postman collection link is not working at the moment. It says "We can't seem to find this page"
JSONArray jsonArray = JsonPath.read(response.body().asString(),"$.booking.firstname") read function is highlighted in red in above statement . when hovered it is not showing any option to import
JSONArray jsonArray = JsonPath.read(response.body().asString(),"$.booking.firstname") read function is highlighted in red in above statement . when hovered it is not showing any option to import. I already add dependency for json path in pom.xml but still getting this error.
For freshers, Manual+Automation it is enough, Now days most of things works on API. Knowing API Automation Testing is important. Learn it if you have time atleast some basics.
on 'JSONArray jsonArray = JsonPath.read(response.body().asString(),"$.booking.firstname");' I am Getting ' FAILED: com.testautomation.apitesting.tests.PostAPIRequestUsingFile.PostAPIRequest java.lang.ClassCastException: class java.lang.String cannot be cast to class net.minidev.json.JSONArray (java.lang.String is in module java.base of loader 'bootstrap'; net.minidev.json.JSONArray is in unnamed module of loader 'app')'
** FREE UA-cam Full Courses **
==========================
🔊 Rest Assured API Testing Tutorial Crash Course - ua-cam.com/video/o9KJhGHl49M/v-deo.html
🔊 API Testing Postman Tutorial Full Course - ua-cam.com/video/QKBa8lt5Wfo/v-deo.html
🔊 Specflow Selenium C# Tutorial - ua-cam.com/video/7xPcalwU76c/v-deo.html
🔊 Selenium C# .NET NUnit Tutorial - ua-cam.com/video/utfaE9Nv1FY/v-deo.html
🔊 EasyRepro Framework D365 CRM Testing Tutorial - ua-cam.com/video/x0cHZ3E7Ekw/v-deo.html
🔊 Selenium GRID Tutorial - ua-cam.com/video/uVS08EMxThk/v-deo.html
🔊 Appium Mobile App Automation Tutorial - ua-cam.com/video/Xnxf6uK7V5Q/v-deo.html
🔊 Appium Selenium GRID Tutorial - ua-cam.com/video/OpzWMdL7kRA/v-deo.html
🔊 Data Driven Framework Tutorial - ua-cam.com/video/lwkyl-Th9nU/v-deo.html
🔊 Cucumber BDD Framework Tutorial Part1 - ua-cam.com/video/Xw4Gok2i2pA/v-deo.html
🔊 Cucumber BDD Framework Tutorial Part2 - ua-cam.com/video/Ls9dCu7TTXU/v-deo.html
Good Video...Thank you...
Thanks a lot for visiting my channel, Keep visiting for more tutorials on software testing
I have completed watching the crash course. Great course!! Thanks!
Thanks for watching this tutorial, keep sharing with your network. Thanks in advance.
Hei BakkappN , Very Helpful video
Thanks for watching! Please share these tutorials with your friends and colleagues 😊
Hi, can you please share the environment file?
ಸೂಪರ್
Thanks for watching this tutorial Girish, Keep sharing my channel tutorials with your your friends and colleagues.
Hello BakkappaN, Thanks for creating lots of QA training videos on QA. It helps us a lots. your simple demonstration of code and logic unit. I love it. I have one suggestion on play list name and list videos. it's very very messy. I always got multiple playlists with the same name and videos counts. Also their videos are not in synchronous so I always miss which training list I was following and I have to search videos and upcoming videos. Please keep doing great work. 👍
This vary useful for us .. thanks bro without expecting anything u given good knowledge of testing...I have one request please provide ant notes related pdf...
Sure, I will try to add into GitHub. Stay tuned.
Hello BakkappaN, amazing content .....I am now clear with the concepts because u explained in a easy way ...thank you ........just a small issue was not able to export environment details
It's very easy You can create environment variables yourself also
Hi ,
The tutorial is really good.
I have one dought where you have utilized the "RestAPIHelper" while writing test cases
the postman url shows not found. The course is really informative and excellent
Please retry it and let me know if you face any issues? Please share api details
@@testerstalk the link you have mentioned inside ** Postman Collections link **
@@elavarasiperumal1091 Yes @testertalk for me too the link is not working for exporting the API as well evnironment in POstman it is broken.
Hello BakkappaN thanks for the tutorial, it is really helpful. But,where can I find the remaining chapters? Is there another video where you've continued the same course?
Thanks for watching! refer - rest assured by testers talk "
Hi Bakappa, Thanks for the video. I am not able to proceed with automating Create Booking API by using JSON Object as I get the error in eclipse which says " Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized". Can you please help to fix this.
Drop your connect details to my email - bakkappac@gmail.com then we can connect
@testerstalk There is no environment variable file on Git Hub?
No, you mean For Postman Collections?
@@testerstalk Actually in this video: ua-cam.com/video/QKBa8lt5Wfo/v-deo.html you explained how you exported two folders 1) Postman Collection named "Booking API" and 2) The Environment variable file. But on GitHub, I can only find the Postman collection file and not the second one in which environment variables are defined for your Booking API collection.
HEY, did you get the env variable file?
Can you please explain the difference between body request and payload request?
Both are same only!
Hi Bakappa, can you please help in resolving below issue mentioned by me
Hi Garima, you would like to connect with me on this?
do we need feature files like UI testing in RestAssured framework???
Yes, customized will like this only. That enables flexibility in terms of automation testing.
is assertThat() is mandatory inside then() section???
No it is not mandatory! Separately also you can add assertion, I have showed many more examples! Please check out whole course!
Hi,
The tutorial is really good. I am able to follow it up until the end but when I tried setting up the testng and the pom file I got the forked process error, cannot find class in classpath. I followed excatly the same as per tutorial. Are you able to help out how to solve this issue?
{{b_id}} is giving an error while hitting the get request manually on postman collection
You need to run first create booking api then you can use any other APIs
The content of the video is really good. But unfortunately the given postman collection link is not working at the moment. It says "We can't seem to find this page"
Refer this link - www.linkedin.com/feed/update/urn:li:activity:7087355084002492416
JSONArray jsonArray = JsonPath.read(response.body().asString(),"$.booking.firstname") read function is highlighted in red in above statement . when hovered it is not showing any option to import
Thanks for watching this tutorial, have you added json path maven dependency?
please share the environment file, you have only shared the postman collection. getting error in some of the api's
It's very easy you can create environment variables yourself also.. here is sample video - ua-cam.com/video/h7-4KBxq6H0/v-deo.htmlsi=Pot9FY4zOQ3ZTUuK
JSONArray jsonArray = JsonPath.read(response.body().asString(),"$.booking.firstname") read function is highlighted in red in above statement . when hovered it is not showing any option to import. I already add dependency for json path in pom.xml but still getting this error.
Are these tutorials enough to work in real time project ?
Answer is absolutely "Yes", you will be capable of developing automation framework as well.
@@testerstalk thank you
where can I get collection files? can you please tell me
Refer this video - ua-cam.com/video/QKBa8lt5Wfo/v-deo.html
while generating token via Rest Assured, receiving status code as 500
Can you please check it once again and confirm me?
Please share api details.
please share the environment file. some of the api's are not working.
It's very easy you can create environment variables yourself also.. here is sample video - ua-cam.com/video/h7-4KBxq6H0/v-deo.htmlsi=Pot9FY4zOQ3ZTUuK
Aren't these all on github ?
Whole code is available in GitHub, please check it.
in postman am getting 400 response for POST request
Have you imported provided postman collections? or your own creating API request
@@testerstalk Have imported postman collections
As a fresher, I know Automation and manual testing so now i should learn rest assured ? Can I get advantage for this ?
Please reply
For freshers, Manual+Automation it is enough, Now days most of things works on API. Knowing API Automation Testing is important. Learn it if you have time atleast some basics.
@@testerstalk okay , thanks for suggestion🙏
on 'JSONArray jsonArray = JsonPath.read(response.body().asString(),"$.booking.firstname");' I am Getting
' FAILED: com.testautomation.apitesting.tests.PostAPIRequestUsingFile.PostAPIRequest
java.lang.ClassCastException: class java.lang.String cannot be cast to class net.minidev.json.JSONArray (java.lang.String is in module java.base of loader 'bootstrap'; net.minidev.json.JSONArray is in unnamed module of loader 'app')'