RE: Questions about SeleniumTestCase

2010-10-12 Thread jackkurosaki
Well it works a lot better if you tell it where the testng.xml files is. :) I was able to get it to work by adding some configuration information to the build plugins of the pom.xml. Now the tests run and it shows the correct number of tests. So to correct my list. It looks the you need th

Questions about SeleniumTestCase

2010-10-12 Thread jackkurosaki
I am trying to switch to SeleniumTestCase for testing and I'm running into a few things that seem odd. Here is what I currently understand has to happen to get this working: 1. testng.xml must configure the package containing the tests and SeleniumLauncher 2. The test class must extend Seleniu