A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
More often than not, enterprise code is badly unit tested or worse, not unit tested. While the reasons for this could vary from time constraints, budget constraints or lack of developer knowledge, ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. This article dives into the happens-before ...
From simple test runners to complete testing frameworks, look to these proven tools to keep your JavaScript free of bugs The need to test JavaScript code is straightforward. How else to keep out the ...
I've used lots of methods to transform data between databases and object code. From hand-coded SQL to JDO to EJB. I've never found a method I liked particularly well. This distaste has become ...
I'm taking a break from my usual "tutorial-like" columns to talk about how I actually enjoy writing automated unit tests and the positive, psychological effect it has on me during my day-to-day ...
The idea of unit testing has been around for many years. Test early, test often is a mantra that concerns unit testing as well. By using stubs, developers can test code under realistic and controlled ...
ActiveState has released a major new version of the Komodo integrated development environment (IDE). The update, which is called Komodo 7, introduces several useful new features and support for ...
If you’re anything like me, you’ve probably been scouring the web to find out why your unit tests are so slow. Unit tests are supposed to be fast right? So why do 4500 unit tests on a fairly intricate ...