Wednesday, December 21, 2011

Test Using Apache HTTPComponents

My project has a servlet that does nothing more than call a stored procedure and return the results returned from the stored procedure. It requires a different kind of test. I enjoyed working with HTTPComponents even if the test is not yet all I want it to be. This first version only tests to ensure the HTTP request can be completed. :(