本文介绍了如何测试JSF应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我也想测试UI部分和托管bean的状态.以前,我使用JSFUnit,想知道JSF世界中是否存在更好的东西.我听说过Arquillian,并阅读了一些文章,但从未使用过.
I would like to test UI part and the state of managed beans as well. Previously I used JSFUnit and want to know if something better exists in JSF world.I heard about Arquillian and read some articles but never used it.
您如何建议进行测试?
How would you suggest to test?
推荐答案
Arquillian Drone是JSFUnit的下一个迭代.您可以在此处阅读: http://arquillian.org/guides/functional_testing_using_graphene/
Arquillian Drone is the next iteration of JSFUnit. You can read about it here: http://arquillian.org/guides/functional_testing_using_graphene/
这篇关于如何测试JSF应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!