show 404 status

Hi,

Is it possible to show som kind of info/status in the report over pages that has a 404 message?

Thanks for answering!

I actually “solved” it by tracking the page title using the WebUI.getWindowTitle() function. Then I can search for 404 i the report.

Hi there,

You can add some kind of messages indicating 404 message in your test case. In generated report, just check if that message is existed or not.

Thanks