Software Testing - ZenTao, a test management tool

1. Why use a test management tool

When we develop a piece of software, testers have to write test cases to test whether the software has bugs, and the software testing process is: requirements analysis-test plan-test design-test process-test report, and various follow-up Dealing with team members (product managers, developers), if they cannot communicate and manage effectively, it will inevitably be very troublesome. At this time, there are test management tools, which are bound to be much clearer. And Zen Road is a testing tool

2. Zen

There are many test management tools (QC/CQ, tpad, testLink, bugzilla, jira)

This article is mainly about learning Zen Tao (open source version), Zen Tao is a project management tool that can manage the entire software development life cycle

Zen Road is developed by Qingdao Yiruan Tianchuang Network Technology Co., Ltd., a domestic open source project management software. It integrates product management, project management, quality management, document management, organization management and transaction management. It is a professional R&D project management software that completely covers the core process of R&D project management.
ZenTao official website: http://www.zentao.net/
Detailed explanation of official website usage steps: http://www.zentao.net/book

There are benefits of records, norms, statistics, analysis, backtracking, and improvement

Functions that a test management tool should have:

  1. Test Requirements Management
  2. Test case management
  3. Test Process Management
  4. defect management
  5. report design
  6. authority management

2.1 Main functions

产品管理:Including functions such as products, requirements, plans, releases, roadmaps, etc.

项目管理:Including functions such as projects, tasks, teams, versions, burndown charts, etc.

质量管理:Including bugs, test cases, test tasks, test results and other functions.

文档管理:Including product document library, project document library, custom document library and other functions.

业务管理:Including todo management, personal affairs management functions such as my tasks, my bugs, my needs, and my projects.

组织管理:Including departments, users, groups, permissions and other functions.

统计功能:Rich statistical table.

搜索功能:Powerful search to help you find the right data.

The expansion mechanism can expand almost anywhere in ZenTao.

The api mechanism, everything you see is an API, which is convenient for integration with other systems.

2.2 User roles

insert image description here
insert image description here

insert image description here

支持敏捷开发

2.3 Using ZenTao

after login
insert image description here

Guess you like

Origin blog.csdn.net/chenbaifan/article/details/126904654