Тёмный

API Automation using Rest Assured - BDD Framework 

Naveen AutomationLabs
Подписаться 389 тыс.
Просмотров 177 тыс.
50% 1

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 121   
@naveenautomationlabs
@naveenautomationlabs 4 года назад
For API (Manual + Automation) paid course: - naveenautomationlabs.com/manual-automation-testing-of-webservices-api/
@naveenautomationlabs
@naveenautomationlabs 4 года назад
for API paid course, please refer this link : naveenautomationlabs.com/manual-automation-testing-of-webservices-api/
@engineer_poonam6055
@engineer_poonam6055 2 года назад
Unable to resolve 403 error , pls help me
@dewanganskitchen1117
@dewanganskitchen1117 2 года назад
I have payload { "authorized users": [ { " first name" :" john", "last name":" kesly" } ] } Map arr=new LinkedHashMap(); arr.put("first name","john"); arr.put("last name","kesly"); Map body=new LinkedHashMap(); body.put("authorized users",arr); given().contentType("application/json").body(body); When I hit this I am getting error { "reason": Invalid type: object (expected array)" } How to resolve this issue? In this case how to convert map into array ? How to write a code for this ? Can you please help me on this ?
@HemalathaPothireddy-t9b
@HemalathaPothireddy-t9b Год назад
Hi naveen, how can i buy a paid videos for REST Assured API testing using JAVA and Cucumber?
@tanyarao7204
@tanyarao7204 4 года назад
For Header 4552 it has not shown the Error. It has only shown the error when the body is 21, why?
@udayptp
@udayptp 2 года назад
Requesting you to Make a complete playlist of api automation with rest assured as you have made for selenium testng, using pom model.
@berkaykrmzoglu4443
@berkaykrmzoglu4443 4 года назад
Thank you for good example. Unfortunately, this is not a BDD example
@MrSingh-ek7zv
@MrSingh-ek7zv 5 лет назад
Awesome Explanation Naveen , please put your videos on Udemy as well ....
@qaisqais3987
@qaisqais3987 3 года назад
Can you please how to use you web service, thank you.
@theshakeel2003
@theshakeel2003 6 лет назад
Hi Naveen, I watched all your API testing videos and it's really helped me a lot. Now my question is here Shall I use same approach you shown on API videos for API testing in my company. Or would you just suggest me to use some tools for API testing.
@Open-Media
@Open-Media Год назад
From where you took the testng library ?
@krina3111
@krina3111 3 года назад
where can we find this full course... the vimeo link Is not working
@naveenautomationlabs
@naveenautomationlabs 3 года назад
naveenautomationlabs.com/manual-automation-testing-of-webservices-api/
@suhasramchandra
@suhasramchandra 4 года назад
Not able to access link provided, paid the mentioned amount Naveen, can you please help?
@naveenautomationlabs
@naveenautomationlabs 4 года назад
refer this link : naveenautomationlabs.com/manual-automation-testing-of-webservices-api/
@abhilashadeshpande7996
@abhilashadeshpande7996 3 года назад
@@naveenautomationlabs is it available now?
@HemalathaPothireddy-t9b
@HemalathaPothireddy-t9b Год назад
Hello Naveen... I was following your videos on api automation ...there is no proper series to learn api automation...you have uploaded up to part-5 .. only GET and POST has done... kindly upload remaining(Update and Delete) as well. Thank you much for uploading such videos I request you to please upload the complete api automation video's.
@AbhishekKumar-ey2ez
@AbhishekKumar-ey2ez 5 лет назад
Hi Naveen, you have not videos related to PUT and DELETE methods.
@gpraveen5339
@gpraveen5339 5 лет назад
Please we need PUT and DELETE videos @Naveen Sir
@sureshak3468
@sureshak3468 4 года назад
Abhisek..vimeo link naveen shared page gone wrong is coming..plz ping me newlink if you know
@Midnightblade_6
@Midnightblade_6 2 года назад
Well explained but a lot of interruption
@gauravirane1542
@gauravirane1542 7 месяцев назад
can we run this in azure devops
@rakhiarora7988
@rakhiarora7988 4 года назад
I get SSLHandshakeException while calling a secure connection. I want to use useRelaxedHTTPSValidation, how do I specify in BDD ? thanks. this video is a great start for me to learn RestAssured.
@swathi_patel
@swathi_patel 2 года назад
Hi Naveen, I am facing below issue....In the same test I am calling same post request for both create and update the data but before first request reaches data to database second request is calling due to that data is not getting properly.. pls let me know how to solve this ..I have used wait method in between create and update but it is temporarily solution .apart from this pls let me know the approach in reassured
@kumarsaurabh-fh4bw
@kumarsaurabh-fh4bw Год назад
Vimeo link not working. PLease suggest any alternative
@naveenautomationlabs
@naveenautomationlabs Год назад
naveenautomationlabs.com/manual-automation-testing-of-webservices-api/
@StockBuzz2021
@StockBuzz2021 6 лет назад
Naveen , 4800rs is too much amount to learn simple API automation . do not you think so . if we go to Udemy we can get course in 800rs only. with basic serenity bdd framwork project.
@naveenautomationlabs
@naveenautomationlabs 6 лет назад
You haven't seen the full course. It's not only about the rest assured. There are many other topics as well on API testing. And don't compare this course with other courses on udemy.
@HemalathaPothireddy-t9b
@HemalathaPothireddy-t9b Год назад
Hi Naveen, is REST Assured api different from Rest client?
@abhilashadeshpande7996
@abhilashadeshpande7996 3 года назад
Hi Naveen, how to buy these paid videos?link mentioned in description box is not working..
@laxmi5639
@laxmi5639 4 года назад
Hi Naveen, Thanks a ton for your videos of "API Automation using Rest Assured". This was nicely explained, very smooth with no interruption :) Can you please share if you have explained anywhere- Zephyr Integration with Rest assured using BDD Framework and integration with Bamboo or something like that? So that the status of the Test cases in Zephyr in JIRA is automatically updated after running my code.
@younasrehman8979
@younasrehman8979 2 года назад
Hi Naveen, Its really good video and I have one question how to run rest assured project in azure devops pipeline? can you please make video for this
@Takina-c6j
@Takina-c6j 6 месяцев назад
how to pass auth header?
@y.c.breddy3153
@y.c.breddy3153 Год назад
can i create package any format or only com,qa.rest.tests is it the format
@amitbhardwaj7824
@amitbhardwaj7824 4 года назад
nice video keep uploading more topic about rest assured
@PriyankaMeena-kb6ms
@PriyankaMeena-kb6ms 9 месяцев назад
Nies
@hakan2048
@hakan2048 2 года назад
How can I skip the information returned in response to the string variable and use it in a different endpoint get method? I would appreciate it if you could help
@Digital_Diary_Exclusives
@Digital_Diary_Exclusives 6 лет назад
@Naveen, You mentioned Rest Assured- BDD framework in title of video but you used testng instead of cucumber.. And testng is not a BDD framework.
@uroozamohiadeen7796
@uroozamohiadeen7796 5 лет назад
Abhishek Pandey TestNG can be implemented in BDD. I have implemented the same in my project. In a nut shell, I create a feature file using cucumber and the actual methods in TestNG framework. Hope that helps.
@naveenautomationlabs
@naveenautomationlabs 6 лет назад
==================================================== ~~~Full Rest Assured API Automation Series ~~~: naveenautomationlabs.com/manual-automation-testing-of-webservices-api/ ====================================================
@VijayKumar-nv9wy
@VijayKumar-nv9wy 6 лет назад
Thanks Naveen for Rest API tutorials.
@sauravmahata2401
@sauravmahata2401 5 лет назад
could u plz share ur email need to discuss about the course..
@smrutiranjannayak921
@smrutiranjannayak921 5 лет назад
Hi naveen i tried with above URL but i am not able to purchase that one
@rkaravind
@rkaravind 4 года назад
Hi Naveen, when clicked on above link, it says "Gone, baby, gone Sorry, this page is no longer available.". Please kindly advise. Thanks
@kanikabathla949
@kanikabathla949 4 года назад
its showing this page is no longer exists
@vijairaju
@vijairaju 4 года назад
Hi Naveen, how can i buy the rest api tutorials
@naveenautomationlabs
@naveenautomationlabs 4 года назад
Yes you can get Paid courses (Recorded) videos. Link given in description.
@mohamedsufyan8767
@mohamedsufyan8767 4 года назад
hi naveen as you said need not worry about the data is correct or weong but we need to worry about that we are getting some data , but what if the data is wrong as i can see the data is same for 2010 and so on, if the data is inncorrect then how aree we going to test the responces for the request.
@saranyajothi9691
@saranyajothi9691 2 года назад
Hello Naveen... I was following your videos on api automation ...there is no proper series to learn api automation...you have uploaded upto part-4 .. only GET and POST has done... kindly upload remaining as well ... Way of teaching is good ..great job thank you much for uploading such videos but my kindly resquest is please upload the complete api automation video's... earlier section you suggested Http client but in this u suggested rest assured.. I am beginner of api automation ..I am totally confused
@NelloreAbbayii
@NelloreAbbayii 4 года назад
hi naveen please provide the Github url of this video....please
@sowjanyadarbha8403
@sowjanyadarbha8403 4 года назад
Hi Naveen, we are unable to access Vimeo url mentioned by you , we are getting error " Gone baby Gone, sorry this page is no longer available" . Can you please help me
@kiranbabuchava7390
@kiranbabuchava7390 4 года назад
Hi Naveen, can you help me in POST restAssured in BDD Please
@Aruthewarrior
@Aruthewarrior 6 лет назад
What is the difference between restassured.io and restassured jayway ? Can you please create a framework using restassured jayway. Thanks
@cashedge1
@cashedge1 6 лет назад
jayway was restassured earlier version below 3 and with version 3 they are using package as restassured.io so no difference just a version
@theshakeel2003
@theshakeel2003 6 лет назад
Thanks Naveen. Can you explain approach if we have multiple API's ..
@sudhasharma5881
@sudhasharma5881 2 года назад
Hi Naveen. I think your videos are no longer available in Vimeo. Can you suggest where can I find them.
@naveenautomationlabs
@naveenautomationlabs 2 года назад
Please refr this page. naveenautomationlabs.com/manual-automation-testing-of-webservices-api/
@shoaibshahulhameed170
@shoaibshahulhameed170 6 лет назад
Hi Naveen, The videos on vimeo are showing the price of 180$ and not 80$ as you told in video. Can you please clarify the price.
@naveenautomationlabs
@naveenautomationlabs 6 лет назад
Hi Shoaib, Can you please check it now?
@tkishore1260
@tkishore1260 2 года назад
Sir have u made the videos for put and delete operations?
@vipinkuriakose4889
@vipinkuriakose4889 2 года назад
Hi Naveen, thanks for the video. Is it possible to automate protobuff using rest assured. Could you please guide on this. Thanks
@ashavitkar8337
@ashavitkar8337 5 лет назад
Your way of explanation is awesome... thanks for sharing these videos..
@shivanshusharma20.07
@shivanshusharma20.07 3 года назад
Your vimro video is not available sir
@priyankasharma-iv9mu
@priyankasharma-iv9mu 3 года назад
Thanks Naveen. I have a query, which is the best tool for framework for API automation. Currently am using SOAPUI, POSTMAN. Is Katalon a good option or rest- assured is better.
@naveenautomationlabs
@naveenautomationlabs 3 года назад
Postman and rest assured
@krishnenduhalder3367
@krishnenduhalder3367 5 лет назад
Hello Naveen, thanks for this video. As i am so new in REST Assured api automation so it would be very helpful to me. I have one query regarding the Automation framework setup in MAC, as in recent days i started working on MAC and i am facing one issue with PageFactory design pattern, when i am trying to perform any actions on the web elements i am getting 'NullPointerException' though object initialisation is correct. This issue is not reproducible in Windows only on mac i am getting this. So if you can provide some solution on it that would be very good. Thank You!
@naveenautomationlabs
@naveenautomationlabs 5 лет назад
It's nothing related to MAC or Windows. Its null pointer exception coming due to your object reference got null reference. Check your code again.
@krishnenduhalder3367
@krishnenduhalder3367 5 лет назад
@@naveenautomationlabs Thanks for the response... okay I will check again and confirm.
@manasnath7680
@manasnath7680 4 года назад
Hi Naveen. I want to send a body and header simultaneously in a POST call, please suggest some answer.
@thasmiyafarheen9353
@thasmiyafarheen9353 4 года назад
Hi naveen the paid version link of vimeo is not working
@shiprasharma3089
@shiprasharma3089 3 года назад
Hi Naveen I watched all your videos of api testing can you give some video or course reference for rest assured ?
@amrutaselmokar1126
@amrutaselmokar1126 4 года назад
Hi naveen, Your vimeo course is not visible Where i can get you full course for Rest api? Please reply!!
@naveenautomationlabs
@naveenautomationlabs 4 года назад
Please check this : For API (Manual + Automation) - naveenautomationlabs.com/manual-automation-testing-of-webservices-api/
@richabinani5548
@richabinani5548 5 лет назад
Hy Naveen, I am getting 500 internal server error when automating rest API testing but when hitting same API with postman tool.Please help how to get rid of it and what might be causes of this situation?
@reshmasuryawanshi6077
@reshmasuryawanshi6077 3 года назад
Thanks Naveen ,nice video keep uploading more topic about rest assured..
@yadhavikasaradha3246
@yadhavikasaradha3246 3 года назад
Hi naveen do u have any paid courses for Rest Assured Api automation using java, if so ill willing to join.
@Beamishabc
@Beamishabc 3 года назад
Paid course is available.. please see this video...Naveen has mentioned it at the end..
@deepakreddy715
@deepakreddy715 5 лет назад
Hi naveen can you please do a video on put and delete method in rest api till now you have covered only get and post method so please do a video on put and delete method also Thank you
@ravikumarhr4524
@ravikumarhr4524 5 лет назад
Hi Naveen could please make a video on how to use .jks file in POST method.. help would be appreciated thanks
@dibakardey6097
@dibakardey6097 4 года назад
Not able to purchase when clicked on the vimeo link provided below
@naveenautomationlabs
@naveenautomationlabs 4 года назад
Vimeo is no more available now. Plz refer this link now naveenautomationlabs.com/manual-automation-testing-of-webservices-api/
@manishchoudhary1611
@manishchoudhary1611 4 года назад
Hi Naveen, can you help me with the same api, when we have the condition to take access token(oAuth2.0), where we will mention the script to take this access token
@dushyantkumarsingh6371
@dushyantkumarsingh6371 4 года назад
hi, How can Pass the response values into subsequent requests using rest assured
@suchibatheja9813
@suchibatheja9813 5 лет назад
@Naveen:How to automate PUT and Delete methods in Rest Assured?
@sanbhargav
@sanbhargav 5 лет назад
Hi sir, thanks for the great video.. please reply whats the difference between cucumber methods (given when and then) to hamcrest methods ?
@pandudamera158
@pandudamera158 6 лет назад
Thank you for sharing brother
@abhi25goel
@abhi25goel 6 лет назад
What is hamcrest.Matchers as Per my understanding hamcrest is a package and Matchers may be an Interface?
@poonamkalra341
@poonamkalra341 5 лет назад
How to check response size
@Sharmams4
@Sharmams4 6 лет назад
Thank you for creating this video! It is helpful.
@nancyvu8004
@nancyvu8004 5 лет назад
Thanks for the video. It is really helpful!
@navyachinnari
@navyachinnari 5 лет назад
Hi Sir.. Is it possible to do with ZAP tool?
@worldtour666
@worldtour666 6 лет назад
@Naveen : How can I add restassured API code in Selenium Page Object Framework?
@DeepakMishra-kq7jm
@DeepakMishra-kq7jm 5 лет назад
@Prachi : Use maven then add both Selenium and Rest Assure dependencies .
@ramandogra1008
@ramandogra1008 6 лет назад
Nice Video @naveen, please make the entire series for rest assured so that people like me can access it for free.
@naveenautomationlabs
@naveenautomationlabs 6 лет назад
==================================================== ~~~Full Rest Assured API Automation Series is available on Vimeo ~~~: vimeo.com/ondemand/webservicesapiautomation# ====================================================
@ankitkunal4607
@ankitkunal4607 3 года назад
@@naveenautomationlabs videos are not available in vimeo , get message page not exist, please share rest api with BDD framework videos or where to search that, please help
@kritikatandon100
@kritikatandon100 Год назад
@@naveenautomationlabs Hi Naveen, this link is not working. Can you please provide the entire series for Rest assured?
@riteshkumar6403
@riteshkumar6403 6 лет назад
Very informative video.
@qaisqais3987
@qaisqais3987 3 года назад
Hi Naveen, Sorry for the confusing comment! I live in New York I have an interview today at 230 pm. One of the requirement is the candidate should know Rest Assured, so I went to your blog I found a video Rest Assured -BDD framework. I really like wanted to more videos of your in this regards and to pay but I was not able find your video on Vimeo to have more information about rest assured to pass my interview successfully. By the way, it has been a while I am watching your video regarding different concept of automation. YOU ARE THE BEST NAVEEN!!!
@naveenautomationlabs
@naveenautomationlabs 3 года назад
Hi, Please refer this page : naveenautomationlabs.com/manual-automation-testing-of-webservices-api/
@shanmukhasantosh
@shanmukhasantosh 6 лет назад
Hi Naveen, Do u have any promotional offer?
@naveenautomationlabs
@naveenautomationlabs 6 лет назад
yes currently it is 85 USD only. here is the link: vimeo.com/ondemand/webservicesapiautomation
@prithvivishwanath
@prithvivishwanath 6 лет назад
Hi naveen, it's showing 110 $ USD for API testing,you said it is 85$USD rite?
@naveenautomationlabs
@naveenautomationlabs 6 лет назад
It's on vimeo. You pay 85 USD directly to NaveenAutomationLabs.
@praveenbiradar8468
@praveenbiradar8468 6 лет назад
no @Naveen if go to NaveenAutomationLabs it is directing to Vimeo and price is 110$
@naveenautomationlabs
@naveenautomationlabs 6 лет назад
It was the old price. Now it's 110 USD.
@konstantinasarefjevas9057
@konstantinasarefjevas9057 5 лет назад
Thank you, very useful :)
@ganeshchanti3841
@ganeshchanti3841 6 лет назад
hii we will get all the series for 80$
@naveenautomationlabs
@naveenautomationlabs 6 лет назад
Yes all vdos are available in 85 usd
@utsavjain05
@utsavjain05 5 лет назад
@26:56 you changed the content-length value(from 4552 to 4551) without giving the reason why that assert did not failed? It should have failed right?
@dja781
@dja781 5 лет назад
The previous assert for hasSize failed .
Далее
OYUNCAK DİREKSİYON İLE ARABAYI SÜRDÜ 😱
00:16
Просмотров 2,7 млн
ХОМЯК ВСЕХ КИНУЛ
10:23
Просмотров 583 тыс.
REST Assured API Testing Tutorial Crash Course 2023
4:06:41
What is API Gateway? || Naveen AutomationLabs
40:20
Просмотров 29 тыс.
REST Assured Beginner Tutorial 4 | First Test
17:53
Просмотров 91 тыс.
API Testing Using Postman | Crash Course
3:27:51
Просмотров 97 тыс.
OYUNCAK DİREKSİYON İLE ARABAYI SÜRDÜ 😱
00:16
Просмотров 2,7 млн