Long ago, Ryan wrote the history of our fixture frameworks. Now, you too can have the awesome Team Lazer Beez database fixture for your own project. With the release of Team Lazer Beez Open Source (formerly Genius Open Source) version 1.2, our YAML-backed, easy-to-setup fixture framework has been integrated into the gosTest framework. Here is […]
Tag Archives: testing
Using HornetQ without a separate JNDI server
Posted by Marshall Pierce on 2010/10/08
3 comments
This tutorial shows how to get HornetQ JMS resources out of JNDI. It also includes utilities to help use an embedded HornetQ server when writing test code.
Releasing Every Fortnight
Posted by Shirley Foster on 2010/07/26
1 comment
How Genius went from releases every month to releasing every fortnight.
Using NCover for .NET Code Coverage with Hudson
Posted by Mike Rooney on 2009/08/04
15 comments
NCover plugin for Hudson CI. Developed by Genius.com and contributed back to the Hudson project. How to install and configure.
PHPUnit Mastery
Posted by Drew Stephens on 2009/06/24
1 comment
How to maximize PHPUnit with standardized test names and the –filter, –coverage-html, and –testdox options
Testing DB Dependencies with PHPUnit
Posted by Ryan Ausanka-Crues on 2009/03/30
4 comments
Genius.com’s development of a fixture-base unit testing framework with PHPUnit for easier testing of database-dependent code.