Forum Discussion

PaulDonny's avatar
PaulDonny
Regular Contributor
11 years ago

Regex Assertions

Can we have the option to use matches() or find() for the Regex assertions?

Justification:
Since the XML is typically multiple lines the matches technique requires a lot of data that would typically be completely ignored regardless, find() searches for what the consumer is attempting to find. It will add far more functionality to this assertion step and should require minimal coding efforts.
No RepliesBe the first to reply