Sunday, August 17th, 2008 Posted in Eclipse | No Comments »
Eclipse is a famous Java IDE. Besides Java, it also have extension that make it a IDE for others languages such as C++, PHP, Cobol, etc.But sometime you will not ... Read more..Tuesday, August 12th, 2008 Posted in Automation, Java | No Comments »
JUnit is one of the de-facto standard unit testing framework, while JMeter is a popular open source load test tool. Both of them have make developers life easier. However, both JUnit ... Read more..Friday, August 8th, 2008 Posted in Web Services | 1 Comment »
Develop and test SOAP client might be a painful experience if you do not have the access to the actual web service until system deployment on production environment.So the mocking ... Read more..