开发者

Choosing a test framework for a JSF based webapp

I am confused between the following test framework/tools:

  1. JUnit
  2. Shale
  3. FitNesse

I need a test framework whic开发者_运维问答h is lean and generic in a way that the test cases can be re-used later by any other web application.

Any suggestions and other testing tool for the same ?


JSF Testing Tools is not the latest article, but giving a nice overview.


It depends upon what you want to test. If you want functional end to end test then which framework you use to build the webapp doesn't matter much and my preference is Selinium 2/WebDriver. If your intention is to do white-box testing then I suggest JSFUnit or Arquillian.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜