Category Archives: Testing

Debugging Fitnesse Tests from Intellij IDEA

This is probably of limited interest, since test fixtures should be simple enough that you don’t need to debug them very often.  Plus with Fit, you can edit tests to give yourself visibility to data so actually seeing things run shouldn’t be a primary issue. However, I’ve found this useful,… Read more »

Using SSL in a SoapUI mock service (including client authentication)

Not only can SoapUI mock a web service, it supports using SSL to connect to that service, and even to require client authentication via certificate.  This post on the SoapUI support blog walks through the steps to enable SSL support, but doesn’t handle client authentication.  There are also a couple of tricky… Read more »