LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-21-2013, 03:26 AM   #1
turiyain
Member
 
Registered: Dec 2006
Location: Delhi, India
Distribution: Centos 5.8, 6.5 Linux Mint 13 & 16, OpenSuse 12
Posts: 112

Rep: Reputation: 16
Testlink integration with Mantis


Hi All,

I have installed testlink 1.9.6 and mantis 1.2.14 in ubuntu 12.4. Both are working very nice. Now i want to integrate Testlink with mantis bug tracking systems.

Kindly guide me.


Vijay ++
 
Old 03-21-2013, 06:32 AM   #2
eklavya
Member
 
Registered: Mar 2013
Posts: 636

Rep: Reputation: 142Reputation: 142
Try this
http://www.teamst.org/_tldoc/1.7/tl-bts-howto.pdf
or
http://your-localhost-path-to-testlink/docs/tl-bts-howto.pdf


OR

http://mehulhalari.files.wordpress.c...ntegration.pdf
Don't think it is for windows, configuration files are same.

OR

Go to sourceforge, testlink download area, and download xampp lite with TL and mantis preinstalled, with integration enabled.

Last edited by eklavya; 03-21-2013 at 07:59 AM.
 
Old 03-22-2013, 12:18 AM   #3
turiyain
Member
 
Registered: Dec 2006
Location: Delhi, India
Distribution: Centos 5.8, 6.5 Linux Mint 13 & 16, OpenSuse 12
Posts: 112

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by eklavya View Post
Try this
http://www.teamst.org/_tldoc/1.7/tl-bts-howto.pdf
or
http://your-localhost-path-to-testlink/docs/tl-bts-howto.pdf


OR

http://mehulhalari.files.wordpress.c...ntegration.pdf
Don't think it is for windows, configuration files are same.
OR
Go to sourceforge, testlink download area, and download xampp lite with TL and mantis preinstalled, with integration enabled.
Thanks for your reply. I have have already check the documents available as a PDF file. It is little bit confussing.
Will you post the link to download link for XAMPP with TL and Mantis. Will you share your onw setup document with me. The file mantis.cfg.php is not available in the binaries.


Thanks in advance.

Vijay ++

Last edited by turiyain; 03-22-2013 at 12:20 AM.
 
Old 03-23-2013, 02:16 AM   #4
eklavya
Member
 
Registered: Mar 2013
Posts: 636

Rep: Reputation: 142Reputation: 142
Ok, I am showing you better way to connect testlink and mantis.
I haven't used testlink with mantis but once I have connected testlink with bugzilla so I think process should be same.

What I did
first forget the mantis.cfg.php. I did not use in my process.

Add an entry as bugzilla in 'issue tracker management'. Type was 'bugzilla (interface:db)' and configuration was
Code:
<!-- Template bugzilladbInterface -->
<issuetracker>
<dbhost>localhost</dbhost>
<dbname>bugs</dbname>
<dbschema>bugs</dbschema>
<dbtype>mysql</dbtype>
<dbuser>username-of-database</dbuser>
<dbpassword>password-of-database</dbpassword>
<uricreate>http://192.168.2.99/bugzilla-4.0.4/</uricreate>
<uriview>http://192.168.2.99/bugzilla-4.0.4/show_bug.cgi?id=</uriview>
</issuetracker>
In my case username and password was 'root' & ''(blank) respectively.

Now I opened 'Test Project management' and added my my project. Here I have selected my issue tracker 'bugzilla' in issue tracker dropdown.
The drop down is empty if you do not add issue tracker in issue tracker management

Now I added Testplan.
Under Test plan, I added test suite,
Under test suite I created test cases.

Now when I executed my test cases in 'Test execution', after execution, it shows a symbol as 'bug management' in executed test case.
Here we have linked the executed test case with issue created in bugzilla.
Here it gives you link which opens the issue in bugzilla.

I hope it will help.
 
1 members found this post helpful.
Old 03-25-2013, 05:41 AM   #5
turiyain
Member
 
Registered: Dec 2006
Location: Delhi, India
Distribution: Centos 5.8, 6.5 Linux Mint 13 & 16, OpenSuse 12
Posts: 112

Original Poster
Rep: Reputation: 16
Thumbs up

Quote:
Originally Posted by eklavya View Post
Ok, I am showing you better way to connect testlink and mantis.
I haven't used testlink with mantis but once I have connected testlink with bugzilla so I think process should be same.

What I did
first forget the mantis.cfg.php. I did not use in my process.

Add an entry as bugzilla in 'issue tracker management'. Type was 'bugzilla (interface:db)' and configuration was
Code:
<!-- Template bugzilladbInterface -->
<issuetracker>
<dbhost>localhost</dbhost>
<dbname>bugs</dbname>
<dbschema>bugs</dbschema>
<dbtype>mysql</dbtype>
<dbuser>username-of-database</dbuser>
<dbpassword>password-of-database</dbpassword>
<uricreate>http://192.168.2.99/bugzilla-4.0.4/</uricreate>
<uriview>http://192.168.2.99/bugzilla-4.0.4/show_bug.cgi?id=</uriview>
</issuetracker>
In my case username and password was 'root' & ''(blank) respectively.

Now I opened 'Test Project management' and added my my project. Here I have selected my issue tracker 'bugzilla' in issue tracker dropdown.
The drop down is empty if you do not add issue tracker in issue tracker management

Now I added Testplan.
Under Test plan, I added test suite,
Under test suite I created test cases.

Now when I executed my test cases in 'Test execution', after execution, it shows a symbol as 'bug management' in executed test case.
Here we have linked the executed test case with issue created in bugzilla.
Here it gives you link which opens the issue in bugzilla.

I hope it will help.

Thanks for your efforts. I have solved the issue and now i am able to submit bugs.
 
Old 05-07-2015, 01:19 PM   #6
ganesh raorane
LQ Newbie
 
Registered: Oct 2010
Location: Mumbai
Posts: 17

Rep: Reputation: 0
how to integrate Testlink + mantis

Dear Expert,

As per your post Where add (which file ) below parameter in testlink. I didn't understand your post.
Please specify the same
I waiting your valuable reply

<!-- Template bugzilladbInterface -->
<issuetracker>
<dbhost>localhost</dbhost>
<dbname>bugs</dbname>
<dbschema>bugs</dbschema>
<dbtype>mysql</dbtype>
<dbuser>username-of-database</dbuser>
<dbpassword>password-of-database</dbpassword>
<uricreate>http://192.168.2.99/bugzilla-4.0.4/</uricreate>
<uriview>http://192.168.2.99/bugzilla-4.0.4/show_bug.cgi?id=</uriview>
</issuetracker>

Last edited by ganesh raorane; 05-07-2015 at 01:20 PM. Reason: missing parameter
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to setup Testlink system in Linux OS cedarprince Linux - Newbie 1 12-18-2009 09:06 AM
Connect repository with mantis nidhichandyok Linux - Server 1 11-03-2009 03:08 PM
mantis .phtml problem rajeshdogra Ubuntu 4 02-06-2006 01:38 AM
bugzilla to mantis? pudhiyavan Linux - Software 0 04-06-2004 02:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration