To add a test to this test suite:
  1. Create a JSP page from tempate.jsp for the desired test.  If the test is limited to a tag, i.e. t:outputText, then name the jsp tOutputText.jsp
  2. Set the id attribute where appropiate.  Doing this makes it easier when writing the test and make the testing less fragile.
  3. Add any need entries to the faces config file WEB-INF/testSuite-config.xml
  4. Using the Selenium IDE generate a test document and place it in src/test/selenium. The file name should be testnameTest.html
  5. Add the test to src/test/selenium/TestSuite.html