Project DescriptionA set of utility classes to simplify implementation of PageObject pattern, described in http://code.google.com/p/selenium/wiki/PageObjects
For text example please check:
http://seleniumpagetoolkit.codeplex.com/SourceControl/changeset/view/c7683d7c7cf8#tests/Selenium.PageToolkit.IntegrationTests/TestExample/EShop/EShopTest.csWhile C# driver provides excellent PageFactory, which is suitable for simple pages, this project provides more versatile and extensible impementation.
Also project features test examples, using self-hosted nancy instance as SUT.
Future plans
* Provide more examples
* Provide helper classes, to wait for page load and jquery complete
* Provide framework to debug tests on CI environment
* Provide framework to execute long running tests, (similar to WWF)