I am Working on a Test Module dimensioned with List B which is child of list A;
There are some list items in List A which doesn't have any child.
In Test Module I have created two Boolean which 1)checks child is present 2) parent with no child
and I have created 3rd Boolean which will be true when 1 or 2 is true, but I am not able to fetch 2nd Boolean values as there is mismatch in dimension(because parent list items don't have any child so parent function is not helpful).
Slight hint will be helpful
Thanks