When I downloaded the soapUI Pro official build (4.5.1), the first thing I tried to do was test some of our services on the test environment. All of our WCF services are protected by NTLM authentication. Unfortunately I immediately hit a wall. Every attempt to call a services threw the following un-handled exception: Error getting … Continue reading soapUI:org.apache.http.client.ClientProtocolException
Tag: software testing
This is the first article in a series that I am writing about how to create and maintain better quality unit tests. Over the last few years I have been involved in several different development projects where we have made a valiant effort to unit test our code. All of the team members saw the … Continue reading Unit Tests: Why quality matters and how to write better tests