Using JUnit Nested Suites with Selenium RC to simulate TestNG suite and grouping annotations
Using JUnit Nested Suites with Selenium RC to simulate TestNG suite and grouping annotations
Submitted by Evil Tester - Alan Richardson's blog on Sat, 17/07/2010 - 18:00.When I use TestNG for my Selenium tests, I really like the BeforeSuite and AfterSuite annotations because then I can share a Selenium session amongst the tests. With nested JUnit suites I can achieve a similar effect, and I can also go some way to grouping my tests to make it easier to create browser [...]
