Web Apps • Nov 27, 2007 Some Useful selenium Helpers Wouldn’t it be nice if you could evaluate arbitrary javascript in the context of your Rails application’s window when testing it with selenium?
jRuby • Nov 12, 2007 Desktop Application Development in JRuby Is JRuby a realistic candidate for authoring complex desktop applications? Yes.
Ruby • Nov 01, 2007 Ruby String#split Taking a string and splitting it with a delimiter is a very common task in Ruby.
Ruby on Rails • Feb 27, 2007 Migration Testing in Rails Recently we’ve released a plugin, migration_test_helper, which makes it easier to test the migrations you create for a Rails app individually and as a whole.
Java • Feb 05, 2007 Mocking Built-in, Standard Library, & Other Classes without Interfaces The most popular mock generating libraries in C# and Java only provide full functionality for interfaces. No interface, no mock.
Embedded Systems • Dec 29, 2006 CMock – (Ruby Based) Mock Tools for C With this set of tools, we’ve made C one of the simplest languages for doing test-driven development.
Embedded Systems • Sep 19, 2006 Hardware in Support of Automated System Testing We've recently started working on a new board. Our goal is to make the system testing for the board just as automated as our unit tests are.