November 12th, 2008 by Joakim Back — Testing, Web
After running into proxy errors attempting to run Selenium tests with Opera 9.62 and being unable to install Firefox 2 on Ubuntu 8.10 (unsatisfied package dependencies..) I finally ran into this gem:
Hi,
On windows I succeeded to run Selenium RC and Firefox 3 using the following steps
1. run firefox in profilemanager mode (”path\to\firefox.exe” -profilemanager)
2. create new [...]
Tags: automated testing, firefox 3, selenium, ubuntu
October 20th, 2008 by Mattias Hellborg Arthursson — Spring, Testing
In a recent post I wrote about the particular problems we’ve been having with integration testing the Spring LDAP project and the use we’ve made of Amazon EC2 for solving these problems. In this post I’ll present the implementation details.
Prerequisites
In order to keep this reasonably brief I’ll have to refer to the getting started guide [...]
Tags: automated testing, ec2, junit, spring ldap, tdd, typica
September 11th, 2008 by Mattias Hellborg Arthursson — Spring, Testing
One of the major challenges we’ve been facing in the Spring LDAP project is to make certain that the library works together with different LDAP servers. Different servers behave differently in certain situations; some functionality might only be supported on select servers, etc. In the ideal situation we would run our automated test suite against [...]
Tags: automated testing, continuous integration, ec2, junit, spring ldap, tdd, typica
August 4th, 2006 by Ulrik Sandberg — Frameworks, Open Source, Testing, Tools
Consider a company that contains many departments. Those departments contain employees, those employees have names, telephone numbers, and so on. To query a collection of companies and find, for example, all departments of companies in California with more than 10 employees, you could write something like this:
for (Iterator companies =
[...]
Tags: automated testing, collection, java, query, xml