带有测试管理系统的黑盒测试框架
是否有一个测试框架(最好是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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有很多持续集成工具可以满足您的需求。
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.