Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Renamed

Integration Testing with Selenium

Wiki Markup
{float:right}
{info:title=Related Articles}
* [Unit testing pages or components]
{info}
{float}

...

The client is able to request URLs, fill in form data, click links, and make assertions about output and behavior.

Usage and Configuration

The core part of this library is a base class for you to extend your tests cases from: AbstractIntegrationTestSuite.

...