Running Selenium RC with Firefox 3

Avatar of Joakim Back

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: , , ,

Testing Among the Clouds, Part 2

Avatar of Mattias Hellborg Arthursson

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: , , , , ,

Testing Among the Clouds

Avatar of Mattias Hellborg Arthursson

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: , , , , , ,

JXPath simplifies Java queries

Avatar of Ulrik Sandberg

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: , , , ,