REST Assured Tutorial 24 – Creating JSON Array Request Body Using List
As a part of End to End REST Assured Tutorial, in this post We will learn:- How to create a JSON Array Payload using List in Java. In the last post, we have learned creating JSON Object using Map. An API may accept a JSON Array payload as well. For example:- Booking for multiple passengers at…
Read More “REST Assured Tutorial 24 – Creating JSON Array Request Body Using List” »