Arunachalam_RM
5 years agoOccasional Contributor
Compare multiple values from database against API response
Consider I am having one API which asks id as input.that id I can fetch from database and I can iterating the same request with multiple Id from database. It will produce response as per the id mentioned in request.now I am taking some other values from database (age,name) but these values not act as input parameter for API request.can I validate the name and age which is coming for each response with the database (it needs to match with age and name of the current Id input).
Can I use outline in response,to check for contains assertion ,how the actual value will get dynamically changed and compared against particular database row values?
Can I do this without groovy scripting? tristaanogre AlexKaras