Unit Testing Framework for Oracle PL/SQL?(Oracle PL/SQL 的单元测试框架?)
问题描述
我已经看到了针对 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.
这篇关于Oracle PL/SQL 的单元测试框架?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Oracle PL/SQL 的单元测试框架?


基础教程推荐
- 将数据从 MS SQL 迁移到 PostgreSQL? 2022-01-01
- 在 VB.NET 中更新 SQL Server DateTime 列 2021-01-01
- Sql Server 字符串到日期的转换 2021-01-01
- SQL Server:只有 GROUP BY 中的最后一个条目 2021-01-01
- SQL Server 中单行 MERGE/upsert 的语法 2021-01-01
- 使用pyodbc“不安全"的Python多处理和数据库访问? 2022-01-01
- 无法在 ubuntu 中启动 mysql 服务器 2021-01-01
- ERROR 2006 (HY000): MySQL 服务器已经消失 2021-01-01
- 如何在 SQL Server 的嵌套过程中处理事务? 2021-01-01
- SQL Server 2016更改对象所有者 2022-01-01