test jsf pages with unit test

hi,is it any example for jsf forms to test with unit test.like command action,value change listner.thankssiva
[144 byte] By [sivasaia] at [2007-11-27 9:54:31]
# 1
JSF backing beans should be relatively simple to unit test. Just inject any dependencies and invoke the method. A straight use of JUnit will do it. If you want to get fancy, there are test web containers you can use as well.
RaymondDeCampoa at 2007-7-13 0:24:27 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
hi,thanks for reply.I already tested /created test cases for backing bean/managed bean methods,now i want create test cases like jsf pagewhen click on button events.siva
sivasaia at 2007-7-13 0:24:27 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...