Closed bsaunder closed 12 years ago
Using the Arquillian Drone extension eliminates the need for JSFUnit.
These tests should test things that require logic in the JSF, such as elements only displaying when logged in, etc...
Arqullina Graphene in Combination with Arquillian Drone should be used.
https://docs.jboss.org/author/display/ARQ/Drone https://docs.jboss.org/author/display/ARQGRA/Getting+Started
Trying to use the Persistence Extension with the Drone/Graphene extensions is not working. It appears the Persistence Extension does not work when running Arquillian in Client mode.
Need to try Hibernates import.sql file to populate the database with a single admin account. Be sure to add the file to the WebArchive generated by ShrinkWrap.
Add Selenium Tests for Home, Register, & Login Pages. Checkout http://arquillian.org/guides/functional_testing_using_drone/
Investigate JSFUnit