Is there a way to add multiple existence assertions
Hello,
I wanted to ask if there is a way - like for example the Smart Assertion - where I can add a single assertion step that checks for 20/30/40 existences of nodes in a response?
Currently the only way I see is to rightclick add existence assertion, multiplied by the amount of nodes I have/need.
In the Smart Assertion I can only add Assertions on the lowest layer
For example here I do not want to test if _master_meta > readPermission > RoleCustomer is valid / true whatever. I want only the master node _master_meta as mandatory, what comes beneath this node does not matter.
And if anyhow possible I want to have one single Assertion step, where I can check
an example like this where i check the existence of all the 4 nodes, but do not care about what is beneath. Or do I have to create 4 assertions with check for existance of _master_meta, _slave_meta, master and slave?