Web 服务测试框架

发布于 2024-07-18 04:09:02 字数 207 浏览 3 评论 0原文

我们有一个用 Visual Dataflex 编写的整体应用程序,以及用其他 (.NET) 语言编写的各种补充应用程序。 它们都共享相同的数据库,并且需要遵循相同的业务逻辑。 促进统一业务逻辑的一种方法是提供 Web 服务作为测试接口。

当然,要实现这一点,我们需要一个良好的框架来测试 Web 服务。 有什么建议么? 例如,Cucumber 可以“开箱即用”吗?

We have a monolithic application written in Visual Dataflex, and various complementing applications written in other (.NET) languages. They all share the same database, and need to follow the same business logic. One way to facilitate unified business logic across these is to provide web services as an interface for testing.

Of course, for this to work, we need a good framework for testing web services. Any suggestions? For example, can Cucumber do this "out of the box"?

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

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

发布评论

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

评论(2

泛泛之交 2024-07-25 04:09:03

我假设您正在谈论 Soap Web 服务。 您可以使用 Soap4R 与 Soap Web 服务对话。 将这一切包装在 Cucumber 场景中应该可以正常工作。

I'm assuming you're talking about Soap web services. You can use Soap4R to talk to a Soap web service. Wrapping this all up in Cucumber scenarios should work fine.

萌梦深 2024-07-25 04:09:03

SoapUI 是一个非常好的产品,用于创建 Web 服务测试,并且可以通过 junit 或仅通过命令行。 它还提供了一些用于创建负载测试的东西。

他们有开源版本和专业版本。

SoapUI is a pretty nice product for creating webservice tests, and they're easily callable via junit or just via the command line. It's also got some stuff for creating load tests as well.

They've got an opensource version as well as a professional version.

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