I have the following package structure,

//Main
src/main/java/com/company/testproject/pages
src/main/java/com/company/testproject/components
src/main/resources/com/company/testproject/pages
src/main/resources/com/company/testproject/components
src/main/webapp/layout

//Test
src/test/config
src/test/java/com/company/testproject/pages
src/test/java/com/company/testproject/components
src/test/resources/com/company/testproject/pages
src/test/resources/com/company/testproject/components

//Example Test
src/test/java/com/company/testproject/pages/Form.java
src/test/java/com/company/testproject/FormTest.java
src/test/resources/com/company/testproject/pages/Form.tml

I guess my question is, do I need to also have Form.java/.tml in my src main
packages, or can the app be ran from the test packages? Is there a way to
setup the class path to handle this automatically? If it can be ran from the
test packages, how do you typically handle testing without db commits?

Thanks Steve. 





--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Setting-up-selenium-and-testng-tp5714191p5714238.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to