Archives
Blogroll
hardware
java
Advertisement
Category Archives: Testing
Running SoapUI Integration Tests in Hudson
Recently i’ve been wondering how to automate webservice(SOAP) integration tests. My first idea was to use soamoa, but it seems a bit buggy at the moment and the last version seems quite a while ago. But SoapUI does offer a … Continue reading
Running selenium-hub inside Tomcat
The usual process of starting selenium-hub seems to be an ant goal that does run an integrated jetty server. While this is easy to run it is not so easy to run in a server enviromnent. Also, as i have … Continue reading
Drag & Drop with Selenium
Using Selenium for web-gui tests is really nice. You can record your workflow with the excelent selenium plugin for firefox and use them to write your own test. The only problem seems to be Drag&Drop. The senenium runner has some … Continue reading
Easymock … or taking the pain out of (j)unit tests
Easymock provides easy mocking for junit tests, this blog entry describes how to use them efficiently. Continue reading