I am doing work on JSF unit so can anyone give me the simple example of JSF unit also some useful link which is good for beginner..
+1
A:
See
JSFUnit is a test framework for JSF applications. It is designed to allow complete integration testing and unit testing of JSF applications using a simplified API. JSFUnit tests run inside the container, which provides the developer full access to managed beans, the FacesContext, EL Expressions, and the internal JSF component tree. At the same time, you also have access to parsed HTML output of each client request.
Reference: first google result.
EDIT
And a hello world.
Topera
2010-10-01 11:42:11
@Topera Thanks!!!
vinod
2010-10-04 04:28:46