用于端到端测试的模拟注入器/期望设置接口该如何命名?

发布于 2024-11-28 08:00:25 字数 273 浏览 0 评论 0原文

我正在我们的系统中编写一个接口,该接口将允许端到端测试更改服务器的行为,以便运行各种自动化测试场景。
该接口仅在测试模式下启用。

诸如此类的事情; 鉴于预订服务已关闭 当我尝试预订交易时 然后我看到预订失败消息,

我在以前的项目中做过此类事情,但从未见过用于设置这些场景的服务器端测试服务的“好”(简洁、描述性)名称。

到目前为止,我拥有的最好的名字是 MockInjector、TestSetupInjector、ServerTwiddler。
有没有更标准的名字?

I am writing an interface into our system that will allow end to end tests to change the behaviour of the server in order to run through various automated test scenarios.
This interface will only be enabled in test-mode.

Things like;
Given the booking service is down
When I try book a trade
Then I see the booking failure message

I have done this sort of thing on previous projects but have never seen a 'nice' (concise, descriptive) name for the server-side testing service you use to set up these scenarios.

The best names I have so far are MockInjector, TestSetupInjector, ServerTwiddler.
Is there a more standard name out there?

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

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

发布评论

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

评论(1

泅人 2024-12-05 08:00:25

使用的标准术语是 测试挂钩

The standard terminology used is Test Hook

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