test-manager
2024.10
true
- 入门指南
- 项目管理
- 项目操作和实用程序
- Test Manager 设置
- ALM 工具集成
- API 集成

Test Manager 用户指南
上次更新日期 2025年8月25日
您可以将项目从 Test Manager 导出到文件,以便稍后重新创建项目。使用此功能来执行以下操作:
- 将整个测试项目转移到 Test Manager 的不同租户或实例。
- 创建任何项目的备份副本。
Exporting a project generates a TMH file that can be then imported in another Test Manager instance. This includes objects such as requirements, test cases, test sets, labels, custom fields, attachments, and automation information. The export process is done asynchronously, notifying when the export process is finished.
Note: Users with a valid Test Manager license can export projects. For more information, check User and Group Access Management.
导出的 TMH 文件包含:
导出的对象 | 详细信息 |
---|---|
测试对象 | 导出项目时,可以选择导出的 TMH 文件以包含以下一项或全部内容:
|
对象之间的分配 |
|
项目信息 |
|
要确保成功下载导出 TMH 文件,请将 API 管理网关中的
buffer response
设置设置为false
:
- 访问 API 管理网关系统。
- 找到以
/download
结尾的 API 端点。 您只应将 API 响应为download
的 API 端点的缓冲区响应设置为False
。 - 查看 API 管理网关系统的官方文档。例如,如果您使用 Microsoft Azure,请查看官方文档,了解如何将
buffer-response
设置从true
更改为false
。