How to pass parameter in request body of restassured api in JAVA?
In below example, if i run this it is taking z as string, not as parameter, String z= “1234”; System.out.println(“converted”+z); try { RestAssured….
Online Free Tutorials Guruji Guide & Materials – Solved Questions Answers
In below example, if i run this it is taking z as string, not as parameter, String z= “1234”; System.out.println(“converted”+z); try { RestAssured….