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...
I'd prefer something selenium based. Have you tried cucumber ?
krosenvold
2009-06-18 17:43:16
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
2009-06-19 15:50:26