decorative image for this page

Functional Testing in PHP

18th February 2007 18:50 | Categories: Testing, PHP

There are different approaches to testing a web application. Functional testing is a top down approach which models the way users negotiate the system through its interface; unit testing, also known as regression testing, is a bottom up strategy in which each class is thoroughly tested individually.

Functional tests usually involves a list of actions which need to be performed successfully in order to sign off a project. Because of this they are also known as acceptance tests.

this is what fritz looks like

Email | Resume

This is a post within the site. You can navigate through posts via the links labelled 'next', or click on 'search/sitemap' at the top right handside of the page to navigate more quickly.

RSS

ampersand

Fritz is an Italian chap who's been living in London and working in the digital industry for almost 20 years. He's currently freelancing as technical lead, developer, technical architect, information architect, and producer.

In the past he's been technical director for an integrated digital agency, a chef, and author of comics.

home

ICO Design

2007-05-07 15:39 | Tags Employers
Job Title: developer, permalance
Dates: 2005, April to 2005, September

Functional Testing in PHP

2007-02-18 18:50 | Tags Testing, PHP

There are different approaches to testing a web application. Functional testing is a top down approach which models the way ...

Unit Testing in PHP

2007-02-18 18:41 | Tags Testing, PHP

There are different approaches to testing a web application. Functional testing is a top down approach which models the ...