# 测试管理

## 1. ONES TestCase 简介

ONES TestCase 是一款测试用例管理和缺陷跟踪工具，支持用例编写、组织用例库、执行测试计划执行及生成多种类型的测试报表和报告，支持测试用例与需求、任务关联，计划与迭代关联，形成测试流程闭环。

## 2. 应用场景

### 2.1  标准化管理用例库

支持以产品或者项目维度建立用例库，对所有用例进行规范化的管理和长期维护，通过用例属性规划用例的编写方式和编写流程。

### 2.2 组织测试计划

支持按照不同的测试目标组织测试计划，分配用例执行人，并以测试计划维度跟踪需求、用例、缺陷之间的关系。

### 2.3 缺陷跟踪

执行测试计划过程中，未通过的用例可以一键提交缺陷，利用工作项的能力，使缺陷任务在测试与研发团队之间高效流转。

### 2.4 测试报表及报告

可以根据测试计划的执行情况，在对应的项目中查看测试缺陷报表；也可以基于项目、迭代或者单个测试计划实时查看测试报告。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides-ones.gitbook.io/guides/usage-guide/ones-testcase.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
