Test Output Index

testGetResponse404

fitnesse table before run:
HtmlFixture
Get Responsehttp://notfound
Status Code404
Has TextThis is an error page
fitnesse table after run:
HtmlFixture
WARNING: no focus element
Get Responsehttp://notfound
loaded time: 0 milliseconds
Status Code404
Has TextThis is an error page

testGetResponse500

fitnesse table before run:
HtmlFixture
Get Responsehttp://servererror
Status Code500
Has TextThis is an error page
fitnesse table after run:
HtmlFixture
WARNING: no focus element
Get Responsehttp://servererror
loaded time: 0 milliseconds
Status Code500
Has TextThis is an error page

testGetResponse301

fitnesse table before run:
HtmlFixture
Get Responsehttp://redirect
Status Code301
Has TextThis page has been moved
fitnesse table after run:
HtmlFixture
WARNING: no focus element
Get Responsehttp://redirect
loaded time: 0 milliseconds
Status Code301
Has TextThis page has been moved

testFailFocusOnUnexpectedPage

fitnesse table before run:
HtmlFixture
http://secondthePage
fitnesse table after run:
HtmlFixture
http://second
Unexpected Page error.
getPage returned a class com.gargoylesoftware.htmlunit.TextPage
This element is not in storage
thePage

testGetResponseUnexpectedPage

fitnesse table before run:
HtmlFixture
Get Responsehttp://second
Status Code200
Has Textthis is raw text
fitnesse table after run:
HtmlFixture
WARNING: no focus element
Get Responsehttp://second
loaded time: 1000 milliseconds
Status Code200
Has Textthis is raw text

testClickUnexpectedPage

fitnesse table before run:
HtmlFixture
http://firstthePage
Element Focustopage2a
Click
Status Code200
Has Textthis is raw text
fitnesse table after run:
HtmlFixture
http://first
loaded time: 0 milliseconds
thePage<?xml version="1.0" encoding="ISO-8859-1"?>
<html id="htmlTag">
  <head id="headTag">
    <title id="titleTag">
      This is the Title
    </title>
  </head>
  <body id="bodyTag">
     This is the body 
    <a id="topage2" href="http://second">
      link to second page
    </a>
  </body>
</html>
Element Focustopage2
a
Click
loaded time: 1000 milliseconds
Status Code200
Has Textthis is raw text