当前位置:网站首页>A common defect management tool - Zen, which teaches you from installation to using the handle
A common defect management tool - Zen, which teaches you from installation to using the handle
2022-06-24 14:25:00 【Software testing Fairy】
I have been thinking about writing something recently , Can continue to help you , The project team changes management tools , from Pingcode Change to Zen , I wrote on this topic . On the one hand, it can summarize the author's experience , On the other hand, I hope I can help you .
In the few open source project management software , Zen is one of the popular defect management systems .
The predecessor of Zen is Bugfree, Later, two teams were divided because the project teams had different goals , One team continues to maintain Bugfree, Another team has developed a new project management tool, Zen , Now? Bugfree Upgrades and maintenance are no longer available .
Quote the introduction on the official website , Zen project management software is a domestic open source project management software , Focus on R & D project management , Built in requirements management 、 task management 、Bug management 、 Defect management 、 Use case management 、 Plan to release and other functions , The whole life cycle management of software is realized .
Fully support the agile project model 、 Waterfall project model 、 Kanban model and built-in project set 、 product 、 Project and implement four management frameworks and support CMMI Implementation of standards .
Requirements can be subdivided 、 Mission 、 Defects and use cases , It can completely cover the core processes of R & D projects , Software lifecycle management can be completed . It's based on ZPL Agreement release , Open source 、 Rich plug-ins .
Installation of Zen
Download the open source version on the official website of Zen to use , I downloaded is 16.4 edition .
Select the installation package as required , I downloaded is Windows One click installation package , Convenient and practical . After downloading, unzip it to the root directory , Remember that it must be the root directory , from xampp In the installation directory, you can see that the installation contains MySQL、php and Apache.
stay xampp Under the folder , double-click start Applications , Open the Zen integrated running environment panel , That is to say xampp Integrated runtime environment .
In the Zen integrated running environment , You can see the integrated php edition 、Apache edition 、MySQL edition 、 Zen version . Check enable Apache User access authentication , User access verification will pop up when users access in the LAN , You need to enter the provided account and password to access , This is also designed for access security . You can also choose not to enable , All users can directly access the login page .
Click on “ change ”, The configure access verification account window pops up , Here, you can freely modify the user's account and password to access the authentication window .
Click on “ Copy password ” It can directly copy the account and password to the clipboard , It is convenient to directly copy this long string of passwords when accessing Zen .
Click... In the Zen operation environment “ Visit Zen ”, Will open the Zen address http://127.0.0.1/index.php, Click on “ZenTao” You can jump to the Zen user login interface .
The default user name and password on the login page are admin/123456. Fill in the user name 、 password , Log in to the Zen project management system .
After logging into the system , Click... On the navigation bar in the upper right corner A Icon , Open the change password page , The login password can be modified .
Click the menu on the left to find “ backstage ”, find “ Security ”, Here are the password settings .
Open the browser , visit http://127.0.0.1/adminer/, Log in to the Zen database page .
The user name of the database 、 Where is the password . open \xampp\zentao\config The folder my.php file , See the following database configuration code :
< php
$config->installed = true;
$config->debug = false;
$config->requestType = 'PATH_INFO';
$config->db->host = '127.0.0.1';
$config->db->port = '3306';
$config->db->user = 'root';
$config->db->prefix = 'zt_';
$config->webRoot = getWebRoot();
$config->db->name = 'zentao';
$config->db->password = '*******';
$config->default->lang = 'zh-cn';
Above password Medium * No. represents the database password when everyone builds the Zen path . from my.php Extract in file name and password, Fill in the Zen database access page , You can log in to view the data table information .
Last :
You can go to my personal number :atstudy-js, You can get one for free 10G Software Test Engineer interview classic documents . And the corresponding video learning tutorial is free to share ! It includes basic knowledge 、Linux necessary 、Mysql database 、 Caught tools 、 Interface testing tool 、 Test advanced -Python Programming 、Web automated testing 、APP automated testing 、 Interface automation testing 、 Testing advanced continuous integration 、 Test architecture development test framework 、 Performance test, etc .
These test data , For doing 【 software test 】 For our friends, it should be the most comprehensive and complete war preparation warehouse , This warehouse also accompanied me through the most difficult journey , I hope it can help you !
边栏推荐
- 六月集训(第23天) —— 字典树
- Halcon draw area into picture
- 10_那些格調很高的個性簽名
- Jupyter notebook操作
- Digital business cloud: strengthen supplier management and promote efficient collaboration between air transport enterprises and suppliers
- 卷积核、特征图可视化
- 如何避免下重复订单
- R语言plotly可视化:可视化模型在整个数据空间的分类轮廓线(等高线)、meshgrid创建一个网格,其中每个点之间的距离由mesh_size变量表示、使用不同的形状标签表征、训练、测试及分类标签
- Method of inputting dots under letters in markdown/latex
- IList of PostgreSQL
猜你喜欢
Method of inputting dots under letters in markdown/latex
根据前序&中序遍历生成二叉树[左子树|根|右子树的划分/生成/拼接问题]
[deep learning] storage form of nchw, nhwc and chwn format data
Unit contour creation method
Rasa 3. X learning series - it is a great honor to be a source code contributor of Rasa contributors, and to build and share the rasa community with rasa source code contributors all over the world!
Brief discussion on the implementation framework of enterprise power Bi CI /cd
Keras deep learning practice (11) -- visual neural network middle layer output
SaaS management system solution of smart Park: enabling the park to realize information and digital management
In the eyes of the universe, how to correctly care about counting East and West?
常见的单例模式&简单工厂
随机推荐
v-for 中 key的作用和原理
box-sizing
OpenHarmony 1
专精特新“小巨人”再启动,“企业上云”数字赋能
How to implement redis cache of highly paid programmers & interview questions series 115? How do I find a hot key? What are the possible problems with caching?
3 ring kill 360 security guard process
MySQL日志管理、备份与恢复
Common sense knowledge points
打败 二叉树!
ESP32系列--ESP32各个系列对比
如何解决 Iterative 半监督训练 在 ASR 训练中难以落地的问题丨RTC Dev Meetup
C language ---18 function (user-defined function)
3环杀掉360安全卫士进程
Return to new list
P2pdb white paper
`Thymeleaf ` template engine comprehensive analysis
09_ An efficient memory method
leetcode.12 --- 整数转罗马数字
二造考生必看|巩固优选题库助力考生最后冲刺
R语言plotly可视化:可视化模型在整个数据空间的分类轮廓线(等高线)、meshgrid创建一个网格,其中每个点之间的距离由mesh_size变量表示、使用不同的形状标签表征、训练、测试及分类标签