↧
Web UI Testing Part 2: Front-door testing tools
Because of the two problems I mentioned with back-door web testing (changes to layout and no JS testing), I was looking to pursue front-door web testing toward the end of 2012. My first thought was...
View ArticleWeb UI Testing Part 3: Page Object Model
Whether you end up WatiN or Selenium for automating the browser actually doesn’t matter that much. Whichever mechanism you use should be hidden behind a Page Object Model. This actually took me a while...
View Article