Using Randomization in Java Unit Testing Snooped: Jan 13, 2010 Using randomization in your Java unit tests is easy and not as time consuming as you think. Plus, it will increase the value of your tests in the short and long term.
Testing Views and Integration in Ruby on Rails Snooped: Jan 13, 2010 Learn how to test views in a Rails application, as well as how to test how well the different parts of the application are integrated.
Java vs. C++: The Performance Showdown Snooped: Jan 13, 2010 It's time to settle this once and for all: For memory allocation, looping, and floating-point operation, does Java or C++ perform better?