test-suite
2024.10
true
Test Suite 用户指南
Last updated 2024年11月11日
导出项目
You can export projects from Test Manager to a file to allow you to recreate the project later. Use this feature to:
- Transfer entire testing projects to different tenants or instances of 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 文件以包含以下一项或全部内容:
|
对象之间的分配 |
|
项目信息 |
|
To make sure that the export TMH file downloads successfully, set the
buffer response
setting in your API Management Gateway as false
:
- 访问 API 管理网关系统。
- Locate the API endpoints that finish with
/download
. You want to set the buffer response toFalse
only for API endpoints that havedownload
as the API response. - 查看 API 管理网关系统的官方文档。例如,如果您使用 Microsoft Azure,请查看官方文档,了解如何将
buffer-response
设置从true
更改为false
。