Quantcast
Channel: PHP Hypertext Processor
Viewing all articles
Browse latest Browse all 69

Introduction To Page Objects

$
0
0
A while ago we wrote about writing acceptance tests (end-to-end tests) with Mink and PHPUnit. While this is a great set of tools for various applications such tests tend be susceptible to changes in the frontend. And the way they break is often hard to debug, too. Today I will introduce you to Page Objects which can solve some of these problems.

Viewing all articles
Browse latest Browse all 69

Trending Articles