📅  最后修改于: 2022-03-11 14:55:17.382000             🧑  作者: Mango
Using RESTASSURED in my framework in order for the
process of Deserialization and serialization to occur
that way you store Json response into a java collection data
structure and assert the data with the expected value
(also stored in java data structure)
â I use postman for manual testing first BEFORE I INVOKE MY FRAMEWORK