48. How To Create JSON Object Payload Using POJO?

preview_player
Показать описание
Hello testers,

POJO is another way of creating JSON request payload. We will learn to create a very simple JSON Object payload in this video.

If you do not like my content please share your feedback so that I can improve myself.

If you like my content then please like, subscribe, and share.

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

Love the way you explain everything! So happy I found your cannel. It helps me a lot with building my framework !!!! I very much admire and appreciate the work you have done! Thank you so much!!!

IrinaSweety
Автор

Ur teach amazingly.thank you for ur effort.
I am expecting complete framework of rest assured.

Abhisheksharma-wjgw
Автор

Cannot serialize because no JSON or XML serializer found in this and i dont see you have mentioned about this in the videos. Please explain ( i know the asnwer )

rohitcmrec
Автор

Ur all videos are amazing...Please start posting video on Rest assured framework from scratch...

sureshisoft
Автор

many times requested please upload videos frequently so that preparation very easy please complete series asap

maheshz
Автор

Thanks Amod. Can you pls explain about complex json object?

arunmohan
Автор

If restAssured has the mechanism of serialization then why do we even need to use objecrMapper for reatAssured testng?

sportstalk
Автор

Hi Amod, Thanks again for the wonderful video. In this example, can we leverage Lombok to use @Builder annotation and to pass JSON Object payload, i tried this and it seems to be working. Employee e =
{"firstName":"Manas", "lastName":"Ranjan", "gender":"Male", "occupation":"Tester"}

manasranjan
Автор

There is any way to pass sub sequent request by using pojo concept?
Suppose we create 1 post request and we need to run one get request but it will take ID from post request.
How we can achieve by using pojo concept?

Abhisheksharma-wjgw