java - JSF: AJAX Testing best practices -


we have jsf 2.0 project heavy use of ajax (provided openfaces tag library). our project cool , many useful things, , love it. there 1 thing frustrates - our project doesn't have integration tests. @ all. has selenium tests of course, cover project user's perspective. i'd love have integration tests deal ajax-related logic. i'm not sure how achieve this... things capturing mind jsfunit , httpunit, wonder if there better ajax-based jsf project. have concerns this? thanks!

you try fireunit or firebugtest. haven't tried either of these might work. have wished feature too.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -