Part 20 - Serializing POJO classes to JSON object in RestAssured

preview_player
Показать описание
In this video we will discuss Serializing POJO classes to JSON object in RestAssured

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
****************

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

Hello Karthik,


Thanks for this very informative video.
Just sharing just in case the test goes bigger in dataTable we can also use:
List<LoginBody> loginBody =


or for Cucumber v4 the Object can already be declared as part of the param
public void uri, List<LoginBody> loginBody)
given that the field names in the dataTable and in the object are the same

lue
Автор

Thanks for your work, Karthik! Well done!

svetlanamazhaykina
Автор

Why do we need default contructors in pojo classes??

ADITYACOOL