Back-end test framework code example
Example: Back-end test framework
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