How to use conditional filters in devtest 8.2 ? Like based on conditions in xml , json service responses , how to extract the value using filters? Pls clarify with an example . Here only when status key value is eligible i have to filter out the data and use it .
{
"status" : "Eligible",
"data" : 10,
"status" : "InEligible"
"data" : 12
}
You could add XML Assertions and do the comparison.
Highlight Text for Comparison - DevTest Solutions - 8.2 - CA Technologies Documentation
Ensure Result Equals - DevTest Solutions - 8.2 - CA Technologies Documentation
Hope this helps.
Thanks
Shiney