How to assert if a particular value exist in the response using Script Assertion
I need to traverse through the list and reach an element based on required value. Before getting inside the loop to traverse, i want to make sure if that value exists in the response . How can i achi...