Wiki

Testing eZ Publish

Description

There exists two primary ways to create and perform automated testing on eZ Publish

Code testing with unit test suite

eZ publish includes a php test suite for unit tests available only from the eZ Publish subversion repository, /trunk/tests. With this test suite we test if functionality in eZ publish still works when we add a new feature, fix a bug, or before we make a new release. For more about this test suite read, eZ publish Test Suite.

Application testing with Selenium

You can create amazing browser based tests with Selenium. There is a great article on Testing eZ Publish with Selenium.

References