I have the following structure in response
I need an assertion that would check that for the given Role a given Action is present.
I know how to check for specific node with exists(...), but how do I check for an action for the role? fe. Assert that REVOKE_ROLE, UPDATE_ROLE exist for myRole.
I tried to put both expression in the same assertion, but it seems SoapUI allows only one expression per assertion. If I put them in separate assertions it will match all actions I look for regardless of the role. Is this kind of check possible using the XPath Match or am I doing it wrong and I should use some other assertion?