News Feed
Jobs Feed
Sections




News Archive
Web Builder Zone:
The different kinds of testing
September 01, 2010 @ 12:09:35

On the Web Builder Zone (from DZone) Giorgio Sironi has posted a new article that talks about the different kinds of testing you can do on your application - both on the frontend and backend.

Automated testing supports your constant effort in design and refactoring, and besides that ensures that your application actually works in a reliable and repeatable way. [...] In this article I'll describe the different categories of testing, as applied to a Zend Framework 1 application, but this classification pertains to every web application based on object-oriented programming. Since this kind of applications is obviously PHP-based, PHPUnit will be the tool of choice along with some of its standard extensions.

He looks at five different types of testing you can do on your application:

  • Unit testing
  • Pragmatic unit testing
  • Functional testing
  • Integration testing
  • Acceptance testing

Not all of these can be done with PHPUnit on the backend, but they (mostly) have automated tools of their own like Selenium for frontend interface testing.

0 comments voice your opinion now!
testing application automated phpunit selenium


blog comments powered by Disqus

Similar Posts

Tillate.com Blog: Unit test practice at tilllate.com

DevX.com: Four Ways to Transfer Data Between Flash and PHP

ThinkPHP Blog: LAMP App Monitoring

Simon Jodet: Partial mocks with Mockery

Chris Hartjes' Blog: Moving on, and a Testing Mini-Manifesto


Community Events











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


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

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