unit testing - JUnit for JSF2.0 composite components -



unit testing - JUnit for JSF2.0 composite components -

we starting build infrastructure components in jsf2.0.

what best approach unit testing them?

i tried jsfunit in past wasn't satisfied it. there easier way implement it?

this may more integration testing unit testing, if want see how components work in actual browser, selenium project has nice features, , can through unit tests. can on here: http://seleniumhq.org/docs/03_webdriver.html. i've found between regular unit tests, unit tests using jmockit or like, , selenium, can cover pretty much when testing components.

cheers,

bill

unit-testing jsf jsf-2

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -