Testlink/Mantis Integration query..plz help

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
saayid
TestLink user
Posts: 4
Joined: Sat Apr 12, 2014 6:58 am

Testlink/Mantis Integration query..plz help

Post by saayid »

Hello All,

I am currently trying to integrate Testlink 1.9.9 with Mantis 1.2.17. I have read couple of posts Online on how to integrate and i have tried doing the same but things have not worked out for me till now.

If any users have been able to solve the integration issues faced ..inputs would be really helpful

From what i have read i know that changes need to be made to Mantis configuration.. i have a question here..

In Mantis the change that i have made are

$g_allow_anonymous_login = ON;{ changed from default value of OFF}

What do i set the below value to ?
$g_anonymous_account = ''; {what do i set the anonymous_account value as }

Any other changes need to be made to Mantis?


Testlink setups:

Question 1: I see two options to integrate Mantis

mantis (Interface: db)
mantis (Interface: soap)


which one should i use to integrate?

I have a win 2003 r2 server and have installed XAMPP and have Mantis and Testlink in the HTDOCS folder

here's the sample of the data i entered to integrate the 2. I used mantis (Interface: db)


<!-- Template mantisdbInterface -->
<issuetracker>
<dbhost>http://qafdevsrv.qafco.com.qa/MantisBt</dbhost>
<dbname>bugtracker</dbname>
<dbtype>mysql</dbtype>
<dbuser>root</dbuser>
<dbpassword>''</dbpassword>
<uriview>http://qafdevsrv.qafco.com.qa/MantisBt/ ... p</uriview>
<uricreate>http://qafdevsrv.qafco.com.qa/MantisBt/ ... /uricreate>
</issuetracker>

I am not able to proceed further... any pointers to where i could be wrong would be really helpful.

Thank you!
Saayid Rahim
QA

Mantis BT Ver: 1.2.17
TestLink Version 1.9.9
PHP/5.4.19
5.5.32 - MySQL Community Server (GPL)
Saayid Rahim
Qatar Fertilizer Company
Systems Analyst, SQA Team


Testlink Ver 1.9.9
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Testlink/Mantis Integration query..plz help

Post by fman »

what about using the right forum section before posting ?
what about using a useful subject ?
saayid
TestLink user
Posts: 4
Joined: Sat Apr 12, 2014 6:58 am

Re: Testlink/Mantis Integration query..plz help

Post by saayid »

I'm sorry but i am pretty new to Test Link ...

Where should i be posting to get help?
Saayid Rahim
Qatar Fertilizer Company
Systems Analyst, SQA Team


Testlink Ver 1.9.9
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Testlink/Mantis Integration query..plz help

Post by fman »

first thing to understand is what is a host:
a host is NOT an URL, and you have provided an URL
Take time to browse your testlink installation and use the provided examples, before start posting.
And this has nothing to do with been new or old user of TestLink
saayid
TestLink user
Posts: 4
Joined: Sat Apr 12, 2014 6:58 am

Re: Testlink/Mantis Integration query..plz help

Post by saayid »

thanks for your inputs..i will have a look at the same and revert back. Apologies again..
Saayid Rahim
Qatar Fertilizer Company
Systems Analyst, SQA Team


Testlink Ver 1.9.9
vanik
TestLink user
Posts: 1
Joined: Tue Jun 03, 2014 6:44 pm

Re: Testlink/Mantis Integration query..plz help

Post by vanik »

Greetings!

I have installed WAMP server on windows 8 and i have installed Testlink 1.9.8 and mantis 1.2.15 on same server.I have added issuetracker using following steps.
<issuetracker>
<dbhost>localhost</dbhost>
<dbname>mantis</dbname>
<dbtype>mysql</dbtype>
<dbuser>root</dbuser>
<dbpassword></dbpassword>
<uriview>http://localhost/mantis/view.php?id=</uriview>
<uricreate>http://localhost/mantis/</uricreate>
</issuetracker>

After that written test cases and added these test cases.while executing test cases am not getting the bug tracker icon.So please help me to get out from this problem Asap.Thank you
Post Reply