首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何使用构建和发布定义在测试管理器/集线器中运行自动化测试?

如何使用构建和发布定义在测试管理器/集线器中运行自动化测试?
EN

Stack Overflow用户
提问于 2017-07-24 16:49:15
回答 1查看 514关注 0票数 0

我的任务是运行在Jenkins Build中使用VSTS Build创建的HP-UFT测试脚本,然后自动传递测试脚本,并将测试结果附加到在Test Hub中创建的相关测试用例中。我遵循的步骤如下:

代码语言:javascript
复制
 1. Download the Private Agent(Windows) and create a Build Definition using Jenkins Template.
2.Create a Jenkins Connection(Jenkins is on my Local)using Service Endpoint, Add the following Tasks in the Build Definition.
1.Queue Jenkins Job               2.Download Artifacts   3.Publish Artifacts
4.Publish Test Results
3.Queue the Build using Default Agent Queue,and Build got succeeded.
Hence I am able to integrate Jenkins with VSTS. Now Next Task is to associate this Build with a particular Test Case in Test Hub and attach the screenshots there and automatically pass/fail the Script based on Build Status.

我正在遵循https://www.visualstudio.com/en-us/docs/test/continuous-testing/run-automated-tests-from-test-hub中提到的步骤

EN

回答 1

Stack Overflow用户

发布于 2017-07-24 23:49:18

HP在Marketplace上提供了适用于VSTS的UFT测试工具,允许您运行UFT测试脚本。但是,如果这些任务与VSTS测试用例交互,我会感到非常惊讶。我确信可以使用UFT的测试结果更新VSTS中的测试用例,但我对UFT平台还不够熟悉,无法推测如何实现这一点。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/45276084

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档