📜  TestRail-导入TestCases XML

📅  最后修改于: 2020-12-03 05:08:07             🧑  作者: Mango


用户可以使用XML文件一次创建多个测试用例和部分。从XML导入数据需要两个步骤。

  • XML文件规则
  • 将文件导入系统

XML文件规则

在创建XML文件时,必须考虑以下几点

  • XML格式应为树形结构。它应该以“小节”,“测试用例”和“小节”开头。

  • XML格式如下所示

Login Functionality All test case related to login functionality. Positive and negative test cases C2 Correct Username and Passwordcombination
  • 标签支持TestRail中测试用例的所有属性,例如标题,估计,优先级,文本字段,前提条件,步骤,预期结果等。

  • 自定义字段分组在标记下。

  • 下表列出了各种自定义字段类型的导入格式

Type Sample Value Description
Checkbox TRUE “true” or “false” (without the quotes)
Date 01-07-2010 A valid XML date string in yyyy-mm-dd format
Dropdown 5 The ID of the value (as configured in the custom field options in the administration area) in an tag
Integer 1022 A simple integer number
Milestone 2 The ID of the milestone in an tag
Multi−select

   1


   2

A list of records, each with its own ID (so, like a list of Dropdown values)
Steps

   1
   Step 1
   Result 1


    2Step 2 
    
A list of records, each with its own index, content and optionally expected result
String/Text Foobar A simple string
URL (Link) http//google.com/ A simple URL as string
User 3 The ID of the user in an tag

导入CSV文件

  • 转到测试用例选项卡。

  • 单击右侧的导入测试用例图标,然后选择从XML导入选项。

以下屏幕截图显示了“导入测试用例”图标和XML选择

导入CSV文件

  • 它会打开“从XML导入”向导。浏览并上传XML文件。

  • 用户可以添加新的测试用例,也可以更新现有的测试用例。

  • 选择后,单击导入按钮。

以下屏幕截图显示了如何导出XML文件

导出XML文件