The following pages and posts are tagged with

TitleTypeExcerpt
Page Design Concepts Page Page Hierarchy One page becomes parent/launcher of another page(s) results in creating navigation hierarchy. Single navigation route This is the normal page hierarchy were a page can be launched from only one page. Consider the example where page P is home page, P11 and P12 can be navigated...
Page launch strategy Page By default page strategy is launch only if required. You can set strategy by using setLaunchStrategy method. Available launch strategies are onlyIfRequired, alwaysRelaunchFromParent and alwaysRelaunchFromRoot which are defined by enum LaunchStrategy. To set specific strategy for all test one can set appropriate strategy in page constructor. In case of test...
TestNG listeners Page One can create and use different kind of TestNG listeners. Please refer [TestNG documentation](http://testng.org/doc/documentation-main.html#testng-listeners) for more information and examples.