06.Mar.2012 at 12:55 by Jean-François Côté (14 comments)
Nice to see other technologies than PHPUnit, but as we can see, PHPUnit stills the best choice right now. Looking forward to the next version you're starting to work on.
Sebastian Bergmann (02.Mar.2012 at 13:30)
Talk at ConFoo 2012 (English - UK)
Various testing tools exist to test the different aspects and layers of PHP applications. There is PHPUnit for Unit Testing (and Test-Driven Development), Behat for Acceptance Testing (and Behaviour-Driven Development), Selenium for System Testing, and a plethora of tools for testing non-functional aspects such as performance and security.
This presentation provides an overview of the goals of each of these tools and shows the first steps to leveraging them in your daily routine.
Quicklink: https://joind.in/6098
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?
06.Mar.2012 at 12:55 by Jean-François Côté (14 comments)
Nice to see other technologies than PHPUnit, but as we can see, PHPUnit stills the best choice right now. Looking forward to the next version you're starting to work on.
03.Mar.2012 at 12:41 by Eric Hogue (89 comments)
Nice overview of the tools that are available for testing in PHP. Even though I knew most of these tools already, I got a few new ideas out of this talk.