如何针对servlet写测试用例

2025-05-14 08:49:16
推荐回答(1个)
回答1:

通过ServletUnit,可以写测试用例。 具体用法如下: As a testing tool, HttpUnit is primarily designed for "black-box" testing of web sites. In many cases that may be all you need; however, if you are developing complex servlets, y...