编号 | 218 |测试用例描述 | 219 |测试步骤 | 220 |预期结果 | 221 |
---|---|---|---|
${index + 1} | 239 |${testCase.description || ''} | 240 |
241 | ${testSteps.map(step => ` ${step} `).join('')}
242 | |
243 |
244 | ${expectedResults.map(result => ` ${result} `).join('')}
245 | |
246 |
加载知识库...
102 |${item.content}
139 |${testCase.description}
361 |${review.comments}
425 | 426 |${review.suggestions}
428 | 429 |${item.content.substring(0, 150)}${item.content.length > 150 ? '...' : ''}
559 | 创建时间: ${new Date(item.created_at).toLocaleString()} 560 |测试点标题 | 141 |测试点详细描述 | 142 |优先级 | 143 |测试场景详细描述 | 144 |测试类型 | 145 |
---|
编号 | 100 |测试用例描述 | 101 |测试步骤 | 102 |预期结果 | 103 |
---|---|---|---|
{{ forloop.counter }} | 109 |{{ test_case.description }} | 110 |
111 | {% for step in test_case.test_steps %}
112 | {{ step }}
113 | {% endfor %}
114 | |
115 |
116 | {% for result in test_case.expected_results %}
117 | {{ result }}
118 | {% endfor %}
119 | |
120 |
总测试用例数
17 |待评审
25 |评审通过
33 |评审未通过
41 |加载知识库...
43 |状态 | 43 |用例描述 | 44 |测试步骤 | 45 |预期结果 | 46 |操作 | 47 |
---|---|---|---|---|
待评审 | 53 |{{ test_case.description }} | 54 |{{ test_case.test_steps }} | 55 |{{ test_case.expected_results }} | 56 |57 | 58 | | 59 |
91 |
92 |
93 |
94 |
95 | |
96 | 状态 | 97 |用例描述 | 98 |测试步骤 | 99 |预期结果 | 100 |-- | 101 |
---|---|---|---|---|---|
107 |
108 |
110 |
111 |
112 | |
113 | 已通过 | 114 |{{ test_case.description }} | 115 |{{ test_case.test_steps }} | 116 |{{ test_case.expected_results }} | 117 |118 | {% if test_case.reviews.exists %} 119 | {{ test_case.reviews.last.review_comments }} 120 | {% endif %} 121 | | 122 |
161 |
162 |
163 |
164 |
165 | |
166 | 状态 | 167 |用例描述 | 168 |测试步骤 | 169 |预期结果 | 170 |评审意见 | 171 |操作 | 172 |
---|---|---|---|---|---|---|
178 |
179 |
181 |
182 |
183 | |
184 | 未通过 | 185 |{{ test_case.description }} | 186 |{{ test_case.test_steps }} | 187 |{{ test_case.expected_results }} | 188 |189 | {% if test_case.reviews.exists %} 190 | {{ test_case.reviews.last.review_comments }} 191 | {% endif %} 192 | | 193 |194 | 195 | | 196 |