QX004_ck_permission.yml
1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
config:
name: QX004:无评分权限人员-查看问题-权限校验21
# #清理数据
# teardown_hooks:
# - ${teardown_hook_clean_db()}
# - ${teardown_hook_sleep_N_secs($response,2)}
teststeps:
- name: 18100000004提出问题
testcase: testcases/question/add_question.yml
- name: 有评分权限18200000005登录系统
variables:
currtime: ${make_time()}
uuid: ${make_uuid()}
access_token: ''
sign: ${make_sign($currtime, $uuid,$access_token)}
phone: ${ENV(pfphone)}
testcase: testcases/login_testcases.yml
- name: 18200000005查看待我审核
output:
- qid
api: api/question_api/audits_api.yml
extract:
qid: content.data.questions.0.id
validate:
- eq:
- content.data.questions.0.id
- $qid
- name: 18200000005审核问题
api: api/question_api/auditquestion_api.yml
- name: 无评分权限18200000004登录系统
variables:
currtime: ${make_time()}
uuid: ${make_uuid()}
access_token: ''
sign: ${make_sign($currtime, $uuid,$access_token)}
phone: ${ENV(ckphone)}
testcase: testcases/login_testcases.yml
- name: 无评分权限18200000004查看问题详情
api: api/question_api/questiondetail_api.yml
validate:
- eq:
- content.data.question.permission
- 21