studio
latest
false
- 入门指南
- 设置和配置
- 自动化项目
- 依赖项
- 工作流类型
- 控制流程
- 文件比较
- 自动化最佳实践
- 源代码控件集成
- 调试
- 日志记录
- 诊断工具
- 工作流分析器
- 变量
- 参数
- 导入的命名空间
- 编码自动化
- 简介
- 注册自定义服务
- “前”和“后”上下文
- 正在生成代码
- 根据手动测试用例生成编码测试用例
- 故障排除
- 基于触发器的 Attended 自动化
- 对象存储库
- ScreenScrapeJavaSupport 工具
- 扩展程序
- Studio 测试
- 故障排除
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Studio 用户指南
您可以根据 Test Manager 中的手动测试用例生成已链接到 Studio 项目的编码测试用例。
步骤
- 将 Test Manager 租户和项目链接到您正在创建的 Studio 自动化。
- 打开测试资源管理器面板。
- 选择面板顶部的手动测试用例,以仅显示已链接的 Test Manager 项目中的手动测试用例。
- Next to a manual test case, select Generate Coded Test Case. Optionally, you can also open the context menu for a manual test case, and then select Generate Coded Test Case. This automatically creates a coded test case, named after the test case from the Test Explorer panel, and automates the manual steps using the available services. Additionally, the manual steps of the automation are added as comments at the beginning of the coded test case.
图 1. 在测试资源管理器中右键选择手动测试用例时显示的选项
结果
A coded test case is created, named after the Test Manager test case. The manual steps are automated using the available services and added as comments at the beginning of the coded test case.