Forum Discussion

dseel's avatar
dseel
Contributor
14 years ago

Assertions with contains have stopped working

Hi: I'm using script assertions on some test cases that look like this: // response must be 400 assert messageExchange.responseHeaders["#status#"].contains("HTTP/1.1 400") // confirm content t...