带有测试管理系统的黑盒测试框架

发布于 2024-08-20 22:57:09 字数 222 浏览 7 评论 0原文

是否有一个测试框架(最好是python)来执行测试、监控进度(失败/通过/超时)并控制vmware?谢谢

,我正在尝试使用 Autoit 脚本在 Vmware 中进行一些自动化功能测试,虚拟机由主机上的一个小 python 脚本控制(将测试文件部署到虚拟机中,执行它们并收集结果数据)。但现在如果我希望这个脚本能够管理和执行一系列测试用例,似乎还有很多工作要做。

多谢!

干杯, 哲

Is there a testing framework (preferable python) that executes test, monitor the progress (failed/passed/timeout) and controls the vmware? Thanks

I am trying to make some automation functional testing in Vmware using Autoit script, VMs are controlled by a little python script on the host machine (deploy test files into VMs, execute them and collect the results data). But now it seems to be lots of works to do if I want this script to be able to manage and execute a series of test cases.

Thanks a lot!

Cheers,
Zhe

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

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

发布评论

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

评论(1

北城孤痞 2024-08-27 22:57:09

有很多持续集成工具可以满足您的需求。

Buildbot 是用 Python 实现的,可能适合您的需求 - 它可以管理跨多台机器运行的构建和测试并进行整合结果。

There are lots of continuous integration tools that may do what you want.

One implemented in Python that may fit your need is Buildbot - it can manage running builds and tests across multiple machines and consolidating the results.

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