<slide title="Testing">

<blurb fontsize="4em">
Testing code is boring, tedious and highly frustrating. However without testing
you virtually guarantee bugs will appear in production code.
</blurb>

<image filename="testing.jpg" align="center" />

<blurb fontsize="4em">
A big part of development and debugging process is spent testing the various
bits of code.
</blurb>

</slide>