Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor rewording & typo

...

Wiki Markup
{float:right|background=#eee}
{contentbylabel:title=Related Articles|showLabels=false|showSpace=false|space=@self|labels=testing}
{float}

You can easily unit test a certain page or a componentTapestry provides support for easily unit testing your pages and components. Follow the simple tasks steps below.

Setting up a driving environment

...

To unit test a component, just create a test page containing that component. Then unit test that page.

Third-

...

party Testing Modules

  • Tapestry-Test makes it easier to write page and component tests and run them efficiently.
  • Tapestry-XPath allows you to use XPath expressions to query the Tapestry DOM (useful for simplifying page and component tests).