确定系统是否运行应用程序的测试有什么名称?

发布于 2024-09-01 00:57:12 字数 256 浏览 4 评论 0原文

我想从本质上检查环境,看看我的应用程序的必要条件是否具备。这不是单元测试,它的名字是什么?

编辑:我在做其他事情时发现了一个例子: otrs.checkModules,来自我上次查看过的 OTRS 票务系统。这就是我所说的。希望这能在一定程度上澄清这个问题吗?

I want to essentially check the environment and see if the necessary conditions for my application are in place. That is not unit testing, what is the name for that?

EDIT: I found an example whilst doing something else: otrs.checkModules, from the much-since-last-time-I-looked OTRS ticketing system. That is what I am talking about. Hopefully that clarifies the question somewhat?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

刘备忘录 2024-09-08 00:57:12

我可能称之为前置条件测试,但我不认为这是一个官方术语。但您实际上是在尝试断言先决条件才能执行您的应用程序。

I might call it precondition testing, but I don't think that's an official term. But you are essentially trying to assert the preconditions in order to execute your app.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文