Selenium RC Patterns: Self-Verifying Page Objects
[Part of a series of posts on Java Selenium RC patterns I find useful.] What we Want: Expressive, Succinct Tests Let’s say I want to test that I can log into an app. I want my Selenium RC Java test code to look something like this, because I want it to read, aloud, the way [...]