SnapTest 1.2.0 Released

August 30, 2008 @ 05:35 pm

Things have been quiet over here on the site, mostly because I've been focused on things at work and polishing up SnapTest for 1.2.0. And really, that's a good a reason as any to get the blogging going again. First and foremost, SnapTest 1.2.0 is out, and available for download. It comes with a slew of improvements and new things that should help make the testing process as painless as possible. Of all the things included, the most significant of these is the web testing interface.

I wrote recently on the topic of Isolation Testing in PHP as part of 1.2, and two methods are available right out of the gate. The more conventional of methods uses php's proc_open command. The web interface though takes advantage of the server to fan out processes to do work. Using the YUI Library, the newest version sports a web interface using the YUI Get Utility (with a callback) to ensure every PHP test runs independently. As an added bonus, on obscure windows installs where the multi-process model was pitching fits, WAMP (A and M not required) can now do full isolation testing.…