Oracle PL/SQL 的单元测试框架?

2021-12-24 00:00:00 unit-testing sql oracle plsql

我已经看到了针对 MS SQL Server 提出的问题(和答案),虽然我还不知道 Oracle 和 PL/SQL 的哪一个.是否有适用于 Oracle PL/SQL 的 xUnit 风格测试框架?它们是什么?

I've seen the question (and answer) when posed for MS SQL Server, though I don't yet know of one for Oracle and PL/SQL. Are there xUnit style testing frameworks for Oracle's PL/SQL? What are they?

推荐答案

最常用的大概是utPLSQL

这个工具包的原作者现在为 Quest 工作,它有一个 商业PL/SQL 单元测试应用程序.

The original author of this toolkit now works for Quest, which has a commercial PL/SQL unit testing application.

相关文章