Testing
-
Software Development

What’s better – Big Fat Tests or Little Tests?
Like most startups, we built a lot of prototypes and wrote and threw out a lot of code as we…
Read More » -
Core Java

Using EasyMock or Mockito
I have been using EasyMock for most of time but recently I worked with a few people who were pretty…
Read More » -
Enterprise Java

Testing Spring & Hibernate Without XML
I’m very keen on the improvements in Spring 3 that eventually let you move away from XML into plain Java…
Read More » -
Enterprise Java

Answering with Mockito
When you are writing unit tests, you must keep in mind to not have dependencies to external components. To avoid…
Read More » -
Enterprise Java

Extending JMeter with a WS-Trust/STS sampler
JMeter does not have any inbuilt support for WS-Security or WS-Trust and that made me develop this STS Sampler for…
Read More » -
Enterprise Java

Extending JMeter with a password digest generator
Recently I had to work on loading an OpenLDAP instance with 50,000 user records and carry on some stress testing.…
Read More » -
Enterprise Java

Integration tests with Maven 3, Failsafe and Cargo plugin
Unit testing is available in Maven out of the box. Because of that very often its used for integration tests…
Read More » -
Enterprise Java

Categorize tests to reduce build time
Before we progress with the main content of the article, let’s get a few definitions out of the way. Unit…
Read More » -
Enterprise Java

Tomcat Context JUnit @Rule
A first draft of a JUnit @Rule that create the test context. This can be used with the Spring context…
Read More »







