Forum Discussion

mmoser18's avatar
mmoser18
Frequent Contributor
9 years ago

Regular expressions again...

I am using Scripted Assertions that use regular expressions. I.e. the Groovy code ends up in a statement like: assert response =~ pattern   In about 100 test-cases this works brilliantly but with...