从 hudson 实例自动运行 qtp 测试
我们有一台 Hudson 机器,它充当 Java Swing 项目的构建服务器。 构建过程基于 Ant 脚本(而不是 Maven)。
有没有人从 QuickTest Professional 进行集成测试是这样的配置?
换句话说:是否可以通过 Ant 自动执行 qtp 测试?
We have at work a Hudson machine that acts as a build server for a Java Swing Project.
The build process is based on Ant scripts (and not Maven).
Has anyone integrated tests from QuickTest Professional is such configuration?
In other words: Is it possible to execute qtp tests automatically via Ant?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不确定您的具体设置,但 QTP 有一个自动化 API,可用于驱动 QTP 本身。 下面是一个示例 VBScript 片段,您可以将其放入 .vbs 文件中并从命令行调用。
以下链接,集成 QTP...,描述了将 QTP 与 Ant 和 CruiseControl 集成的设置。
Not sure about your particular setup, but QTP has an automation API which can be used to drive QTP itself. Below is an example VBScript snippet you could drop into a .vbs file and call from the command line.
The following link, Integrating QTP..., describes a setup for integrating QTP with Ant and CruiseControl.
是的,这是可能的。 我可以为您提供将 QTP 与 Hudson 集成的步骤:
Yes, this is possible. I can provide you steps to integrate QTP with Hudson: