<?xml version="1.0" encoding="UTF-8"?>
<videoGame category="${category}" rating="90">
<id>${id}</id>
<name>${name}</name>
<releaseDate>2011-12-05T00:00:00+05:30</releaseDate>
<reviewScore>95</reviewScore>
</videoGame>
I have this above XML file for which i want pass values for name, id and category every time i run my script
I am using RestAssured libraries to automate the APIs, how can i handle this using RestAssured
If not is there any other way to handle this