开发者

Choosing a test framework for a JSF based webapp

开发者 https://www.devze.com 2023-03-31 21:14 出处:网络
I am confused between the following test framework/tools: JUnit Shale 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

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

精彩评论

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