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 MiBMon Jun 08 2009 20:005,697 Release Notes
mantisbt-1.1.8.tar.gz.digests 122 BytesMon Jun 08 2009 20:00256 Release Notes
mantisbt-1.1.8.zip 2.8 MiBMon Jun 08 2009 20:008,110 Release Notes
mantisbt-1.1.8.zip.digests 116 BytesMon Jun 08 2009 20:00445 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

原文地址:https://www.cnblogs.com/lindows/p/14390494.html