Tagged Questions
3
votes
1answer
3k views
How should I organize a TestNG suite for Selenium 2 WebDriver tests that use page objects?
I'm trying to organize a functional test suite for the UI in a CRUD web application using TestNG-style Selenium 2/WebDriver tests. I've isolated page-interaction logic into distinct page objects, and ...
15
votes
9answers
3k views
Page Objects design issues
I have started using the Selenium 2 /Webdriver web automation framework a couple of weeks ago and I'm generally pleased, but I find myself unsure about how to best design my Page Objects. The ...