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 ...
Ever wondered what would happen if you launched your web applications without load testing them? You may run into glitches and lose a huge chunk of your customer base due to poor app performance. For ...
The importance of Java test frameworks in modern, Agile software development simply can't be understated. Of course, software developers tend to like writing code more than they like writing tests, ...
When taking a test-first approach to programming (see Test before you leap), developers use unit tests to verify that that their code will function as expected. JUnit and NUnit are open source unit ...