How would you go about testing a JSF application? Would you test both the
session beans and the HTML output (using HttpUnit and/or HtmlUnit) from the
JSF pages, or just one or the other?

I ask because it seems like the session beans and HTML output tests might be
testing for roughly the same things (because the session beans expose
functionality used to create the HTML), so wouldn't there be redundancy in
the tests? Or is that a good thing?

What are best practices in this regard?
-- 
View this message in context: 
http://www.nabble.com/Testing-JSF-applications-tf2805952.html#a7828514
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to