Ganymede is coming

June 10, 2008 - Leave a Response

Ganymede is coming!

The beauty of jMock 2

December 7, 2006 - Leave a Response

Today I had the pleasure to play with the current CVS version of jMock 2.


Most important changes in jMock 2:

Read the rest of this entry »

Integration testing new bean scopes in Spring 2.0

November 15, 2006 - Leave a Response

The last few days i’ve tried to find a bug in a bean that had session scope, so I attempted to do some integration testing with the new bean scopes. I’ve searched the spring forums, but I found no convenient way to do this.

Then I had a look at the RequestContextFilterTests (RequestContextFilter or RequestContextListener is needed for doing these new scope things). I thought there should be a way to get some integration testing with the filter. And it seems to work nicely!

Read the rest of this entry »

Jasper 2 compiler troubles

November 10, 2006 - Leave a Response

Since I’ve played with integrating a servlet engine (Jetty5) into my unit tests I ran into problems when it comes to jsp page compiling. Read the rest of this entry »

Web application and acceptance testing with selenium

November 2, 2006 - One Response

Selenium is a great framework for testing the user interface of web applications. I’m very impressed by the simplicity of it and the yet powerful features it has.

Read the rest of this entry »

Make your software worth reading – with fluent interfaces

October 30, 2006 - 2 Responses

Fluent interfaces can definitly make your software worth reading. Read the rest of this entry »

View objects

October 27, 2006 - One Response

At work we’re currently evaluating development methods for our new product. After using the great XT framework developed by Sergio Bossa, I came up to google his blog and found this interesting idea of building view objects. Read the rest of this entry »