Archive for September, 2010

Automating SOAP API tests with SOAPUI

SOAP UI is a powerful and easy to use open source tool for automating different types of web services like SOAP, REST etc. It provides a UI for creating test cases,assertions making it easier to develop test cases rapidly. SOAP UI caters to the needs of functional, regression, load testing and provides  features like Mock [...]


true hotswap

Like many other java users, for years, I have been yearning for true hotswap. I want to add or remove methods, fields, interfaces and everything else like that at runtime and my vm in debug mode should be smart enough to put it in without complaining about non-binary compatible changes. If you have already heard [...]