良好的Python自动化系统测试框架
我正在寻找 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您没有提供任何详细信息,因此很难知道您正在寻找什么具体产品。
也许 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
我使用了 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.
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.