From typing the test to testing the type

download From typing the test to testing the type

If you can't read please download the document

Transcript of From typing the test to testing the type

From typing the test to testing the type

Wim GoddenCu.be Solutions

User meetingAug 25, 2010

About me

Wim Godden

PHP developer since 1997 (PHP/FI 2.0)

ZCE and ZFCE

Developer of OpenX

Owner of Cu.be Solutions

Currently : PHP Architect @ NMBS

About you

Developers ? Managers ?

OOP experience ?

Testing :What is unit testing ?

Have you written any ?

Brief agenda

What's unit testing ?

How does it work ?

When and how to test

A complete example (with some pitfalls)

Some hints & tips along the way

Testing the type

This is not...

a full tutorial on unit testing

a complete step-by-step guide

a typical unit testing presentation (as you'll notice...)

Plenty of online resources, tutorials, conference talks, etc. about the regular stuff

What's unit testing ?

Unit testing is a software design and development method where the programmer gains confidence that individual units of source code are fit for use.

What's unit testing ?

Unit testing is a software design and development method where the programmer gains confidence that individual units of source code are fit for use.

What's a unit ?