News Feed
Jobs Feed
Sections




News Archive
DZone.com:
The Page Object pattern
April 10, 2012 @ 09:05:39

On DZone.com today there's a new tutorial from Giorgia Sironi giving an example of working with the PageObject pattern and how it's implemented to help with testing in the PHPUnit_Selenium plugin.

In the realm of acceptance testing, a possibility for hooking into the application and exercising it end-to-end is to work through a user interface, which nowadays is in more and more cases web-based. The Page Object pattern is a way to model pages (intended as screens) of a web application as independent objects, and give them several responsibilities.

The pattern sets up the resources to let you make queries against the page's contents, interacting with elements on the page, running common assertions on the contents and moving around on the site. He gives a more practical example of it in action (again, using PHPUnit_Selenium) to test a login page and evaluate a successful login.

0 comments voice your opinion now!
pageobject designpattern phpunit selenium unittest tutorial


blog comments powered by Disqus

Similar Posts

JSLabs Blog: How to write an image gallery script in PHP

Zumba Engineering Blog: Mocking Singleton PHP classes with PHPUnit

The PHP Blog: Writing a Pastebin in PHP

Developer Tutorials Blog: Digg Clone: Start your own Digg in five minutes flat with PHP

Richard Thomas' Blog: Solar Framework Shorts - Using Multiple auth adapters


Community Events











Don't see your event here?
Let us know!


api podcast phpunit composer framework testing community interview language unittest example release development series zendframework2 introduction code opinion functional database

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework