I have a scenario of order by name in Jmeter for one of the APIs.
the response of the API for the get name order by name returned a response like below,
{"value":[{"ID":"efe36a3b-8e7a-4850-a580-b9821195daca","name":"Harry"},{"ID":"efe36a3b-9e7a-4850-a580-b9821195dacb","name":"Jerry"},{"ID":"efe36a3b-8f7a-4850-a580-b9821195dacc","name":"Kate"},{"ID":"efe36a3b-8g7a-4850-a580-b9821195dacd","name":"Louis"}],"next":"https://localhost:8080/v1/empNames?$skip=20&$orderby=id desc"}
Now I want to validate are the name and ID's are in ascending order.