Part 22 - Contract API testing using BuildPattern with Lombok in RestAssured

preview_player
Показать описание
In this video, we will discuss Contract API testing using BuildPattern with Lombok in RestAssured.

Builder Pattern
****************
The Builder is a design pattern designed to provide a flexible solution to various object creation problems in object-oriented programming. The Builder pattern allows the creation of different representations of an object using the same construction code.

API Testing
************

#Restassured #executeautomation #apitesting

To learn more from ExecuteAutomation, please subscribe and check out below playlists of FREE courses

Selenium and C#
******************

Selenium &Java

******************

CI/CD with Microsoft Technologies

****************************

Docker & Kubernates

************************

Mobile Testing

****************

Рекомендации по теме
Комментарии
Автор

Hi Karthik, I found this series much better than many courses available on Rest Assured, However what need to be upgraded here is- to use Cucumber.io as info.cukes is older and its methods being deprecated for ex- you've used raw() method for DataTable which is not working for me anymore. So it will be great if you can create one or 2 videos with cucumber.io and show us how to read and verify entire response body against expected i.e. defined in feature files.

satyarepos
Автор

Great video!!! This plugin is very handy indeed!

notgustavo
Автор

Hi Karthik, Great series as usual from EA. Eagerly waiting for more Chapters on - Builder implementation, Dependency Injection and Cucumber Reporting plzz..have them uploaded ..Great thanks in Advance!

satyarepos
Автор

Thanks for such a great video! When we can expect the next video?

jaisinghsodha
Автор

Great video, specially powerful Lombok project.
Karthik, as per the video title, dont you think Contract API testing is wrong here, I mean we didnt see anything about contract testing here. Is there any continuation video of this?

avishekbehera
Автор

Amazing series, Loved it, Thanks for sharing, Do you have any other videos which covers cucumber api testing in parallel?

mizanur
Автор

Great Videos ...when can we expect next videos on this ?

Tech_Verse
Автор

I can't find more videos around Rest assured. Are there more videos related to that?

prashantprabhakaran
Автор

Hey Kartik,
Awesome tutorials. You covered topics and design patterns which I didn't find in several paid tutorials as well.
Truly appreciate your efforts and intention to share your knowledge !! Thanks a lot.
Have a query :
In my project having bunch of micro services, we have to deal with several services in same test case for E2E testing and the base path also changes if we are using direct endpoints (internal) instead of public URLs (micro gateway urls). So in this case, how to handle requestspecification builder ?
All creation, update and delete operations are in one servcie while the data retreival operation are in another service.
**In our direct endpoints we use ports in the base url : just to illustrate my scenario
kindly suggest.
Thanks

icykoolmaddy