Sponsorised links
This year
Vitamin Features » Easy Automated Web Application Testing with Hudson and Selenium
Developing web applications is getting more complex - it’s easy to accidentally break functionality as changes are made. In this article, Ben describes the setup his team uses test their apps as changes are committed; automatically notifying the developers of any problems.
i should be coding :: unit tests and code coverage with phpt
My initial experiences with unit testing and PHP were with PHPUnit. While it's a great tool and I have to give kudos to Sebastian for contributing so much to its development, I've come to appreciate the simplicity of PHPT tests. Recently, I wrote some for a project and realized that I wasn't aware of how to generate code coverage reports. Many thanks to the very helpful patrons in the #pear channel on EFNet for helping me to get this working.
2007
Google Testing Blog: Automating tests vs. test-automation
The common attitude, that the UI deserves most attention because it is what the user sees, is flawed. Even a perfect UI will not satisfy a user if the underlying functionality is corrupt.
La boite à outils du programmeur Java
Une liste d'outils pour bien développer en Java.
Jakarta Cactus
Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...).
The intent of Cactus is to lower the cost of writing tests for server-side code. It uses JUnit and extends it.
Cactus implements an in-container strategy, meaning that tests are executed inside the container.
Sponsorised links
2006
Projects:phpcoverage - Spike Developer Zone
Spike PHPCoverage is an open-source tool for measuring and reporting code coverage provided by the test suite of a PHP application. Spike PHPCoverage can instrument and record the line coverage information for any PHP script at runtime
Hands on with ASTUce in JavaScript
Here is a very simple tutorial to get you started with ASTUce and unit testing.
2005
1
(10 marks)
