156 lines
2.7 KiB
YAML
156 lines
2.7 KiB
YAML
---
|
|
title: 测试用例数据 - importCases测试
|
|
desc: 用于测试importCases方法的测试用例数据
|
|
|
|
fields:
|
|
- field: id
|
|
note: 用例ID
|
|
range: 1-10
|
|
prefix: ""
|
|
postfix: ""
|
|
loop: 0
|
|
format: ""
|
|
|
|
- field: project
|
|
note: 项目ID
|
|
range: 1{5},2{3},3{2}
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: product
|
|
note: 产品ID
|
|
range: 1{8},2{2}
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: execution
|
|
note: 执行ID
|
|
range: 1{4},2{3},3{3}
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: branch
|
|
note: 分支ID
|
|
range: 0{8},1{2}
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: lib
|
|
note: 用例库ID
|
|
range: 0{9},1{1}
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: module
|
|
note: 模块ID
|
|
range: 0{2},1{3},2{3},3{2}
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: story
|
|
note: 需求ID
|
|
range: 0{5},1{2},2{2},3{1}
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: storyVersion
|
|
note: 需求版本
|
|
range: 1{8},2{2}
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: title
|
|
note: 用例标题
|
|
range: "测试用例{3},登录测试{2},功能测试{2},性能测试{1},安全测试{1},兼容性测试{1}"
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: precondition
|
|
note: 前置条件
|
|
range: "系统正常运行{4},用户已登录{3},数据已准备{2},环境已配置{1}"
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: keywords
|
|
note: 关键字
|
|
range: "测试{3},登录{2},功能{2},性能{1},安全{1},兼容{1}"
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: pri
|
|
note: 优先级
|
|
range: 1{2},2{3},3{4},4{1}
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: type
|
|
note: 用例类型
|
|
range: "feature{6},performance{2},config{1},interface{1}"
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: auto
|
|
note: 自动化类型
|
|
range: "no{7},unit{2},func{1}"
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: frame
|
|
note: 自动化框架
|
|
range: "'{7},selenium{2},junit{1}"
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: stage
|
|
note: 适用阶段
|
|
range: "unittest{3},feature{4},integrate{2},system{1}"
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: status
|
|
note: 状态
|
|
range: "normal{8},blocked{1},investigate{1}"
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: subStatus
|
|
note: 子状态
|
|
range: "'{8},wait{1},doing{1}"
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: version
|
|
note: 版本
|
|
range: 1{8},2{2}
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: openedBy
|
|
note: 创建者
|
|
range: "admin{4},user1{3},user2{2},user3{1}"
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: openedDate
|
|
note: 创建时间
|
|
range: "2024-01-01{2},2024-01-02{3},2024-01-03{3},2024-01-04{2}"
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: lastEditedBy
|
|
note: 最后编辑者
|
|
range: "admin{3},user1{3},user2{2},user3{2}"
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: lastEditedDate
|
|
note: 最后编辑时间
|
|
range: "2024-01-05{3},2024-01-06{3},2024-01-07{2},2024-01-08{2}"
|
|
prefix: ""
|
|
postfix: ""
|
|
|
|
- field: deleted
|
|
note: 删除状态
|
|
range: "0{9},1{1}"
|
|
prefix: ""
|
|
postfix: "" |