MR102889
4 years agoRegular Visitor
How to create an Contains Assertion which validates a specific portion of an XML (Use of wildcards)
Hi there,
I have been trying to create a Contains Assertion, and need to validate a specific portion of an XML. For example, say I want to validate:
<data>ThisiswhatIneedtovalidate</data>.
The only thing I want to validate is the word "validate". Is there any way to use wildcards to only validate a specific portion of the resulting XML?
I was able to figure out how to use wildcards when using XPath Match Assertion (inputting an '*', and then enabling Allow Wildcards), but haven't been able to figure it out for Contains Assertions (tried using an '*', '%', and '.*<input text here>.*'), but nothing worked.
Any help would be appreciated.
Thanks,
MR102889