Forum Discussion

gunnettmd's avatar
gunnettmd
Contributor
13 years ago

Detecting a Server Crash Web Page

Does anyone have some suggestions on the best way to detect when you encounter a server crash page? Our test environment does not use any custom redirects so the generic text is just dropped on the page as it comes from the server.



Thanks!

1 Reply

  • Anonymous's avatar
    Anonymous

    Hi Mike,



    To my mind, this is a very common task! Maybe, you can create a checkpoint for your crash page and verify whether the opened page is a crash page or not. Another way is to handle this based on the title of the opened page:



    Sys.Browser("chrome").Page("*").contentDocument.title





    Guys, what methods are you using to check this kind of problem?