Forum Discussion

clay's avatar
clay
Contributor
8 years ago
Solved

How to verify the absence of an element in an XML checkpoint.

I have an application that is supposed to remove an element from an XML document.  So I want the checkpoint to pass if the tag is missing and fail if the tag is present.  How does one go about doing ...