tags:

views:

168

answers:

1

Does anyone know of a builder-based alternative/supplement to the "classical" com.thoughtworks.selenium.Selenium interface ? It just seems like it'd be a much better approach for this api...

+1  A: 

Have you seen Tellurium Automated Testing Framework?

Igor Brejc
I'd prefer something selenium based. Have you tried cucumber ?
krosenvold
By "Selenium-based" you mean...? Looking at the Tellurium docs, it supports running tests through Selenium. I haven't tried Cucumber, but it looks very interesting. Right now I'm experimenting with PageObject pattern in my Selenium tests (http://code.google.com/p/webdriver/wiki/PageObjects)
Igor Brejc