Test Case "is in" comparator
Has anyone successfully used the "is in" comparator for a List Assertion on a Test Case rule? I would like to test that the pyStatusWork values in a List Data Page are in a valid list. For example, D_RequestReport.pxResults(1).pyStatusWork = "Resolved-Completed" would be a valid result if the Expected Value list is something like ("Resolved-Completed","Resolved-Rejected", "Open"). If D_RequestReport.pxResults(1).pyStatusWork = "Resolved-Withdrawn" the result would be invalid, using the aforementioned list.
Please let me know. Thank you.