Re: Tapestry-TestNG with selenium reusable helper methods.

2012-12-06 Thread George Christman
Thanks Alex, I extended the Selenium class as suggested. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-TestNG-with-selenium-reusable-helper-methods-tp5718524p5718528.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: Tapestry-TestNG with selenium reusable helper methods.

2012-12-06 Thread Alex Kotchnev
George, you should be extending SeleniumTestCase and just using plan object-oriented principles to manage your code (e.g you could have some utility clases with utility methods, possibly classes to encapsulate page specific contents, etc). Trying to put your functional test related code into ser