PaulDonny
12 years agoRegular Contributor
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.
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.