We have two demo applications that show JSFUnit in action. You can run the applications, view the JSFUnit source code, and do a manual run of the JSFUnit tests.
These demo applications are also used to test JSFUnit itself. So JSFUnit in-container tests are
automated to be run with our continuous integration in Hudson. The point is that you don't have
to run tests manually as we do in the demos. JSFUnit tests can be run any way you would normally
run plain old JUnit.
Click here to see JSFUnit continuous integration.
The first demo is a simple JSF Hello World application.
Click here to run JSFUnit Hello World.
The second demo shows the JBoss RichFaces Demo with JSFUnit tests. In the demo there are several links showing JSFUnit tests with
RichFaces and Ajax4jsf components. You can also run all the JSFUnit tests against the demo while it is running.
Click here to run JSFUnit RichFaces Demo.