Discussion:
[問題] 如何測試j2ee application
(时间太久无法回复)
e :) y
2006-10-18 01:57:24 UTC
Permalink
如何作j2ee的測試
這邊我是指unit 或 component test level
一般的class function還很好作
但是像是message driven bean, web-service component
或是有牽扯到database, resource(JNDI, Web Server)
會要跟整個系統結合
但如果 database, resource 都還沒存在 要怎麼作?
目前只知道Junit,和用Mock模擬 (...但不知道怎麼作)

不知道哪邊有比較清楚的tutorial, framework
特別是針對j2ee的

f@@

--
PLUR

--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 84.162.95.185
smallin
2006-10-18 07:03:55 UTC
Permalink
我是用 Apache Jakarta Cactus 來做 WEB 的 unit test
http://jakarta.apache.org/cactus/index.html
它可以測servlet,jsp,tablib 及 EJB
用法和 JUNIT 很像而且網站上有簡單的教學
你可以參考看看

※ 引述《easy1 (e :) y)》之銘言:
: 如何作j2ee的測試
: 這邊我是指unit 或 component test level
: 一般的class function還很好作
: 但是像是message driven bean, web-service component
: 或是有牽扯到database, resource(JNDI, Web Server)
: 會要跟整個系統結合
: 但如果 database, resource 都還沒存在 要怎麼作?
: 目前只知道Junit,和用Mock模擬 (...但不知道怎麼作)
: 不知道哪邊有比較清楚的tutorial, framework
: 特別是針對j2ee的
: f@@

--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 203.73.105.198

继续阅读narkive:
Loading...