`

bugServer Mantis / ClearQuest / JIRA

阅读更多

软件测试论坛

http://bbs.51testing.com/forum-12-1.html

Mantis Bug Tracker

一个基于Web的免费bug追踪系统,用PHP 编写而成,它支持的数据库包括:MySQL、PostgreSQL 和 MS SQL。
Mantis有多个层次的hieararchy:projects>sub-projects>categories>bugs ,如果用户拥有权限变可以进行访问。这个应用集成了wiki,chat,RSS feeds,实时追踪等…

Apache/2.2.3 (Red Hat) Server at docs.mantisbt.org Port 80

question: 192.168.100.38 mantis 1.0.6 改整个帐号的存取权限 ?
answer: 管理员login----管理----点添加用户出现的编辑功能--ok

Mantis 帮助手册

http://manual.mantisbt.org/

my mantis 1.0.6

http://tangxje:null@192.168.100.38/login_page.php

mantis简介

http://www.mantisbt.org/

http://shenmin1984.iteye.com/blog/178437

Mantis下载 download

http://sourceforge.net/projects/mantisbt/files/mantis-stable/

http://jaist.dl.sourceforge.net/project/mantisbt/mantis-stable/1.1.8/mantisbt-1.1.8.zip

http://jaist.dl.sourceforge.net/project/mantisbt/mantis-stable/1.1.8/mantisbt-1.1.8.tar.gz

http://ncu.dl.sourceforge.net/project/mantisbt/mantis-stable/1.2.1/mantisbt-1.2.1.zip

http://ncu.dl.sourceforge.net/project/mantisbt/mantis-stable/1.2.1/mantisbt-1.2.1.tar.gz

 

mantisbt-1.1.8.tar.gz 2.3 MiB Mon Jun 08 2009 20:00 5,697 Release Notes
mantisbt-1.1.8.tar.gz.digests 122 Bytes Mon Jun 08 2009 20:00 256 Release Notes
mantisbt-1.1.8.zip 2.8 MiB Mon Jun 08 2009 20:00 8,110 Release Notes
mantisbt-1.1.8.zip.digests 116 Bytes Mon Jun 08 2009 20:00 445 Release Notes

Mantis中文论坛

http://www.mantis.org.cn/index.php

Mantis使用说明

http://peirenlei.iteye.com/blog/351057

Mantis与SVN集成

http://zhuzhsh.iteye.com/blog/188519

9个免费开源的bug追踪软件

http://www.iteye.com/news/6306-9-free-open-source-bug-tracking-software

Mantis 在Windows 平台上的安装方法

http://moonsee.iteye.com/blog/246185

Mantis 在RedHat AS 4 平台上的安装方法

http://www.51testing.com/?uid-65519-action-viewspace-itemid-109961

Mantis与SVN集成

http://zhuzhsh.iteye.com/blog/188519

要集成Mantis和SVN,需要几个工具:

SVN客户端,有个windows下的很不错的工具,TortoiseSVN,完全集成在explorer里,下载地址: http://tortoisesvn.net/

SVN服务端,这个应该都有吧。

Mantis缺陷跟踪系统,用php开发。轻量级的缺陷跟踪系统。 http://www.mantisbt.org/

首先先在TortoiseSVN里设置一下项目的属性,右键点击目录,属性,在subversion一栏里,加入这几个属性

bugtraq:label = issue
bugtraq:url = http://<mantisserver>/mantis/view.php?id=%BUGID%
bugtraq:message = issue %BUGID%
bugtraq:warnifnoissue = true

到对应的SVN版本库里,找到hooks目录,建立一个post-commit.bat文件,将以下内容拷入:

REM Post-commit hook for MantisBT integration
SET REPOS=%1
SET REV=%2
SET DETAILS_FILE=E:\svnrepo\log\svnfile_%REV%
SET LOG_FILE=E:\svnrepo\log\svnfile_%REV%_Log
set APR_ICONV_PATH=F:\software\svn-win32-1.4.2\iconv
set path=%path%;e:\software\php;F:\software\svn-win32-1.4.2\bin;


echo ****** Source code change ******>>%DETAILS_FILE%
svnlook log -r %REV% %REPOS%>>%DETAILS_FILE%
echo SVN Revision:%REV%>>%DETAILS_FILE%
svnlook diff -r %REV% %REPOS%>>%DETAILS_FILE%

php.exe E:\www\mantis\core\checkin.php <%DETAILS_FILE% >%LOG_FILE%
DEL %DETAILS_FILE%
DEL %LOG_FILE%

最后,修改mantis安装目录下的config_inc.php,加入以下内容(mantis系统里要有SVN用户):

$g_source_control_notes_view_status = VS_PUBLIC;
$g_source_control_account = 'SVN';
$g_source_control_set_status_to = OFF;
$g_source_control_regexp = "/\bissue [#]{0,1}(\d+)\b/i";

完成这些步骤后,就可以在SVN提交新版本时,同时发布内容到对应的缺陷跟踪系统了。

比如,修改了一个源文件,svn commit时,在右上的issue栏目里输入要提交到的具体的 issue/bug 编号,然后在下面的message框内输入具体的描述,svn的hook就会自动往mantis里对应的条目里写入你提交时输入的这些内容。

 

 

 


1.  bugzilla
2.  bugfree
3.  TestDirector
4.  ClearQuest
5.  JIRA
6.  Mantis
7.  bugzero
8.  其他
9.  Quality Center

http://www.iteye.com/upload/attachment/19722/9668a63a-90d3-3d42-aefd-23162e482913.jpg

 

http://www.iteye.com/upload/attachment/19724/191b17db-45d4-327b-a07d-35acc72494f4.jpg

 

9个免费开源的bug追踪软件

http://www.iteye.com/news/6306-9-free-open-source-bug-tracking-software

一个Web应用或软件在其开发过程中难免会有bugs,所以在开发阶段bug tracking 软件就显得格外的重要。

无论你是孤军奋战,又或者不是孤军奋战,使用bug追踪软件可以为你节省很多时间。以下是我们为您推荐的9个免费且开源的bug tracking软件:

WebIssues


WebIssues是一个开源的问题追踪和团队协作应用程序,有两个部分:
服务器:一个基于PHP-MySQL的服务器,用于数据的存储,通知和发送
客户端:一个桌面应用程序,为用户连接到服务器(支持Windows和Linux)

 

eTraxis


 

eTraxis是一个PHP bug追踪系统,可以无限量定制流程模板个数的Bug追踪系统。它支持的数据库包括:MySQL、PostgreSQL、MSSQL和Oracle。

 

Bugzilla

 

Bugzilla是基于Web的通用软件bug 追踪工具,由Mozilla项目最初开始开发和应用。它能够为你建立一个完善的Bug跟踪体系,包括报告Bug、查询Bug记录并产生报表、处理解决、管理员系统初始化和设置四部分。

Trac


Trac是一个集成Subversion源代码管理系统,Wiki信息共享系统,BTS Bug管理系统的bug追踪系统,采用Python开发。

 

BugNET


 

BugNet是一个开源的ASP.NET bug追踪工具各项目管理软件。

 

The Bug Genie


 

The Bug Genie是一个基于Web的错误跟踪软件,设计为简化其使用,但也为开发人员和管理员提供了更加高级的功能。

 

Issue Tracker By ASP.NET

 

该应用程序可以让你创建项目,项目成员,项目成员的权限。支持MS Access和MS SQL。

Eventum


Eventum是一个用户友好,灵活的缺陷跟踪系统。支持部门可以用它来跟踪新的技术支持请求。软件开发团队可以用它来快速组织任务与Bug。Eventum已经被MySQL AB技术支持团队使用,并帮助他们提高响应时间。

 

 

Mantis 在RedHat AS 4 平台上的安装方法

http://www.51testing.com/?uid-65519-action-viewspace-itemid-109961

 

mantis 安装
http://www.51testing.com/?uid-65519-action-viewspace-itemid-109961
putty 乱码
http://www.lupaworld.com/bbs/thread-18917-1-1.html

--查看RedHat 版本号
[root@localhost ~]# cat /proc/version
Linux version 2.6.9-67.ELsmp (brewbuilder@ls20-bc1-14.build.redhat.com) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-8)) 1 SMP Wed Nov 7 13:58:04 EST 2007

[root@localhost ~]# cat /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 6)

[root@localhost ~]# cat /etc/issue
Red Hat Enterprise Linux AS release 4 (Nahant Update 6)
Kernel \r on an \m

[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:58:04 EST 2007 i686 i686 i386 GNU/Linux

 

 

\\172.17.25.104\lindows\soft\IBM ClearQuest\


E:\lindows\soft\IBM ClearQuest 的目录

 

2009-08-31  15:23    <DIR>          .

2009-08-31  15:23    <DIR>          ..

2009-08-30  21:09       651,612,160 7.0.1.2-RATL-RCQ-WIN-zh-CN-FP02.msp

2009-08-30  20:16    <DIR>          C90MHML

2009-08-30  19:27    <DIR>          CQ-C11QJML

2009-08-26  20:25     1,287,094,272 lenovo-driver.iso

2009-08-30  19:46    <DIR>          Lisence Sverver-C11LVML

2009-08-30  21:09             1,239 rationalapp1-09.upd

2009-08-30  21:09               610 rationalapp1-50.upd

2009-08-30  21:09               920 rationalapp1-50RP.upd

2009-08-30  21:09             1,549 rationalapp1-req09.upd

2009-08-30  20:49    <DIR>          Req7.0.1-C11QLML

               6 个文件  1,938,710,750 字节

               6 个目录 58,031,329,280 可用字节

JIRA

 

end

分享到:
评论

相关推荐

    BUG_Mantis使用手册

    BUG_Mantis使用手册BUG_Mantis使用手册BUG_Mantis使用手册BUG_Mantis使用手册BUG_Mantis使用手册BUG_Mantis使用手册BUG_Mantis使用手册

    缺陷管理工具Jira&Mantis的比较

    缺陷管理工具Jira&Mantis的比较 写的比较简单,但是实用清楚

    mantis安装步骤

    这个本人总结的mantis安装步骤,适用于windows,绝对可用,请按步骤进行。

    bug 管理工具mantis

    bug 管理工具mantis 请大家多多支持

    教你如何2分钟安装mantis-借助XAMPP安装Mantis-最简单的方法

    Alias /mantis "c:/mantis/" Options Indexes AllowOverride None Order allow,deny Allow from all 然后将mantis下的config_inc.php.sample改名为config_inc.php。再配置一下mantis的邮件服务。一切就ok了 ==...

    online-school

    该项目是通过引导的。可用脚本在项目目录中,可以运行:npm start 在开发模式下运行该应用程序。 打开在浏览器中查看它。 如果您进行编辑,则页面将重新加载。 您还将在控制台中看到任何棉绒错误。...

    缺陷管理工具jira与mantis比较.doc

    缺陷管理工具jira与mantis比较.doc

    Mantis2Trello-crx插件

    从Mantis Bug Tracker 0.3创建Trello卡-&gt; Mantis Soporte para Url de Mantis sin / mantis / o / bugs / en la url 从Mantis Bug Tracker 0.3创建Trello卡-&gt; Mantis Soporte para Url de Mantis sin / mantis / ...

    BUG管理系统Mantis

    Mantis (MantisBT) 是一个BUG管理系统。主要特点如下: 用php写的系统,安装方便,不用像 bugzilla 那样安装那么多perl支持; 系统相对简单轻量级,使用简单; 出色的多语言支持; 在线演示地址:...

    Mantis Bug处理流程

    清晰,准确。规范的描述了。Mantis Bug处理流程

    mantis中的bug状态变化流程

    mantis中的bug状态变化流程。测试过程的bug状态变化流程

    redhat5 搭建mantis

    通过自己两天的不断调整,访问不少别人的文档,最后化为自己的东西通过yum安装LAMP环境,将mantis压缩包放到/var/www/html下解压缩,修改权限,浏览器中访问http://localhost/mantis/login_page.php安装mantis,期间...

    Mantis Bug Tracker

    Mantis Bug Tracker 安装、配置说明

    BUG管理系统mantis-1.2.5

    MANTIS,一个很好用的BUG管理系统 公司用它管理有好几年了,现在出了个禅到好多公司在用 但我觉得它是最好用的!

    Mantis BUG管理系统

    Mantis BUG 管理系统源码,安装好MYSQL和Apache2.0服务,即可使用该BUG系统,并且可以根据需要进行定制修改

    mantis中bug描述说明

    Mantis是一个开源的Bug管理系统;基于PHP+MySQL,可以运行在Windows/Unix 平 台上。作为一个bug管理系统,其适用性是否符合实际工作的需要,这是至关重要的。

    轻量级的开源缺陷跟踪系统——MANTISBT(Mantis Bug Tracker)

    轻量级的开源缺陷跟踪系统——MANTISBT(Mantis Bug Tracker)

    MPfm: Music Player for Musicians:音乐家为音乐家设计的音乐播放器-开源

    更改日志:http://www.mp4m.org/mantis/changelog_page.php路线图:http://www.mp4m.org/mantis/roadmap_page.php博客:http://www.mp4m.org/blog源代码:https://github.com/ycastonguay/MPfm

Global site tag (gtag.js) - Google Analytics