JTR ("Java Test Runner") 是一个基于IoC(反转控制)的开放源J2EE测试框架。它使你能够建立复杂的J2ee test suites,连接到应用服务器执行测试,包括多实例的测试。
A JTR test suite is made of a set of factories (to control how the tests run and outcomes are evaluated), a set of runners (threads that actually execute tests), applilcation server settings (to allow multiple servers to be used in a given test run), and JMS configurations (to configure JMS resources). JTR uses all of this to run a test suite (specified as a set of runners) to provide unit and performance testing of EJB resources, JMS resources, and - of course - ordinary Java code.
The JTR framework is completely designed by interface. This means it provides you with a number of pluggability points you might use to customize its behavior via the factories block.
It's licensed under the GPL, and you can download it from Sourceforge.
Form: http://www.theserverside.com/news/thread.tss?thread_id=33856 <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script> name="google_ads_frame" marginwidth="0" marginheight="0" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-9232855773311077&dt=1115895692437&format=300x250_as&output=html&color_bg=FFFFFF&color_text=000000&color_link=0000FF&color_url=008000&color_border=FFFFFF&cc=551&u_h=768&u_w=1024&u_ah=740&u_aw=1024&u_cd=16&u_tz=480&u_his=6&u_java=true" frameborder="0" width="300" scrolling="no" height="250" allowtransparency="65535">
A JTR test suite is made of a set of factories (to control how the tests run and outcomes are evaluated), a set of runners (threads that actually execute tests), applilcation server settings (to allow multiple servers to be used in a given test run), and JMS configurations (to configure JMS resources). JTR uses all of this to run a test suite (specified as a set of runners) to provide unit and performance testing of EJB resources, JMS resources, and - of course - ordinary Java code.
The JTR framework is completely designed by interface. This means it provides you with a number of pluggability points you might use to customize its behavior via the factories block.
It's licensed under the GPL, and you can download it from Sourceforge.
Form: http://www.theserverside.com/news/thread.tss?thread_id=33856 <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script> name="google_ads_frame" marginwidth="0" marginheight="0" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-9232855773311077&dt=1115895692437&format=300x250_as&output=html&color_bg=FFFFFF&color_text=000000&color_link=0000FF&color_url=008000&color_border=FFFFFF&cc=551&u_h=768&u_w=1024&u_ah=740&u_aw=1024&u_cd=16&u_tz=480&u_his=6&u_java=true" frameborder="0" width="300" scrolling="no" height="250" allowtransparency="65535">
JTR是一个开放源的J2EE测试框架,利用IoC实现复杂测试套件的构建。它可以连接到应用服务器进行单元和性能测试,支持EJB、JMS资源及普通Java代码。框架完全通过接口设计,允许自定义行为。它以GPL授权,并可在Sourceforge下载。
233

被折叠的 条评论
为什么被折叠?



