Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.     void testWebtestOnLocalhost() {
  2.         webtest("check that Localhost server is running") {
  3.             invoke ("http://localhost:8080/TestDynamicWeb/",
  4.                 description: "Go to application home page")
  5.             verifyTitle "Welcome to TestDynamicWeb"
  6.         }
  7.     }