JSFUnit 1.0 Beta 1
Recently Jboss released JSF Testing Tool know as JSFUnit. This Beta version is an open source community and allows testing JSF applications based on cactus and Junit.
In this version you’ll be using three different testing tools
- In-container Testing Framework
- Framework for JSF Static Analysis Testing
- JSFTimer for Performance Testing of the JSF Lifecycle
The most interesting feature of this new JSFUnit is that we can use it to test running JSF Applications.
About JSF
JSF – Java Server Faces is new technology, which is used to designed web based applications using java technology.
With the use of JSF you will be able to use the predefined code and can directly work with HTTP Request and Response etc…
More on JSF – Java server faces tutorial