I gave a short lecture at work about web development for mobile. Link to prezi
Category: Java
Use Clover to generate code coverage reports of your integration/automation tests
Clover is a great tool for generating code coverage reports from your unit tests. It can be executed as a plugin in Eclipse, Maven or Ant. However, not everyone knows that it…
HtmlUnit – A quick introduction
HtmlUnit is an open source java library for creating HTTP calls which imitate the browser functionality. HtmlUnit is mostly used for integration testing upon Unit test frameworks such as JUnit or TestNG….
Which client will dominate?
I first got into the magical world of the internet in the happy 90’s. Back then you could find 3 basic types of network application clients: Internet lightweight web sites (HTML, JS),…