良好的Python自动化系统测试框架

发布于 2024-09-01 01:22:47 字数 112 浏览 7 评论 0原文

我正在寻找 python 下良好的端到端测试框架,其中测试可以用 python 编写并以舒适的方式进行管理。我知道有很多单元测试框架,但我正在寻找更大的范围,例如支持报告等的测试主管,其中整个系统正在接受测试。

I am looking for good End to End testing framework under python, where the tests can be written in python and managed in a comfortable way. I know there are many unit testing frameworks, but I am looking for bigger scope, something like test director with support for reports etc,where a whole system is under test.

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

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

发布评论

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

评论(3

一个人练习一个人 2024-09-08 01:22:47

您没有提供任何详细信息,因此很难知道您正在寻找什么具体产品。
也许 robotframework 适合您的需求

You havent given any details so it is very difficult to know what specific product are you looking for.
Maybe robotframework suits your needs

烟沫凡尘 2024-09-08 01:22:47

我使用了 zope.testing,它非常适合我的需要,但它与简单的单元测试没有太大不同。

这里有一个很好的比较。我想引用的大多数产品更多的是单元测试类型。不确定您会找到您想要的东西。

I used zope.testing and it was very good for my need, but it's not so different from simple unittest.

There is a good comparative here. I guess most of the products cited are more of the unit testing kind. Not sure you will find what you look for.

错爱 2024-09-08 01:22:47

TTCN3是一个非常好的黑盒测试框架。商业工具有很多报告内容。它不在Python中。

The TTCN3 is a quite good test framework for black-box testing. The comercial tools are having lot of reporting stuff there. It is not in python.

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