Using multiple * wildcard in an xpath assertion throws NPE
Hi, I'm currently creating an assertion for an xpath result that contain multiple dates. And so I have: <created>*</created> <updated>*</updated> <updater>opencell.admin</updater> Which fails, but: <created>*</created> <updated>2018-04-17T09:14:18.190+08:00</updated> <updater>opencell.admin</updater> Succeed. Error I got was: XPathContains assertion failed for path [//return[1]/xxx/yyy[@code="zzz"]] : NullPointerException:null Seems like multiple instance of * wildcard doesn't work? Is there a workaround?696Views0likes0CommentsWildcard in Property Checkoint via keyword test
Hi there, is it possible to put a wildcard in a property checkpoint via keyword testing? I.e. I want to test a string with a variable (e.g. time): 12:43PM, lorem ispum So my test would be something like: *+",lorem ipsum" It works in a script, but does it also work in keyword testing? Thanks in advance. ArminSolved1.2KViews0likes2Comments