I want to write a Web Monitoring test to see a web a page does not contain text. I need this to test the Web Site rights are functional. I know how to write Regex and I see that it can be used but I am not seeing how to monitor for a negative.
My current required is web.page.regexp[thettp.org,/home,443,"@CDA"]
CDA is a a Regular Expression .*(CDA).* Set to False
The error I see is "Step "TEST NDA" [6 of 6] failed: required pattern "web.page.regexp[thettp.org,/home,443,"@CDA"]" was not..
My current required is web.page.regexp[thettp.org,/home,443,"@CDA"]
CDA is a a Regular Expression .*(CDA).* Set to False
The error I see is "Step "TEST NDA" [6 of 6] failed: required pattern "web.page.regexp[thettp.org,/home,443,"@CDA"]" was not..
Comment