Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
人们如何测试 jsp 2.0 标签?具有 .tag 扩展名的那些基本上是 jsp 文件,对传递参数有一些额外的支持。
我们这样做的方法是将 jsp 页面作为测试夹具并通过 selenium 运行断言。几乎不是一个“快速”的单元测试,但也没有你担心的那么低效。
无论如何,您都希望该硒测试装置运行,对吗?我们将它用于一些单元测试,例如固定装置,并以系统的方式运行 JsUnit 测试。