Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: TAP5-1417: fix pagetester url

...

In order to unit test a page, you'll need to create an instance of PageTester. It acts as both the browser and the servlet container so that you can use it to drive your page. As it is not a real servlet container, you need to tell it the same information as you would in web.xml:

...