Serialization and Deserialization in Java for Test Automation
π Introduction
As a test automation engineer working with APIs, you often send data to the server and receive data in response. That data usually comes in JSON or XML formats. But how do we convert between Java objects and these formats?
This is whe...
my-rest-assured-journey.hashnode.dev3 min read