views:

1732

answers:

2

In our eternal quest to integrate Javascript into our RSpec and Cucumber workflow we're evaluating Culerity and are provisionally very excited about it.

Any advice on Culerity in general or specifically as compared to Selenium?

+2  A: 

I personally found Culerity to be a quite a bit buggier and more tempermental than Selenium. I had several failing tests that turned out to be issues with Celerity rather than something wrong with the test or app. A lot of time wasted :/

Drew Blas
+2  A: 

On documentation alone, I'd go with Selenium:

Selenium documentation.

Culerity documentation.

Does Culerity have a Firefox add-on to record test-scripts (does make things easy) Which has the better track record?

I see Selenium as being better in these regards right now.

altCognito