Page 1 of 1

Testlink/Mantis Integration query..plz help

Posted: Mon Apr 14, 2014 4:55 am
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)

Re: Testlink/Mantis Integration query..plz help

Posted: Mon Apr 14, 2014 9:59 am
by fman
what about using the right forum section before posting ?
what about using a useful subject ?

Re: Testlink/Mantis Integration query..plz help

Posted: Mon Apr 14, 2014 12:07 pm
by saayid
I'm sorry but i am pretty new to Test Link ...

Where should i be posting to get help?

Re: Testlink/Mantis Integration query..plz help

Posted: Mon Apr 14, 2014 1:23 pm
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

Re: Testlink/Mantis Integration query..plz help

Posted: Mon Apr 14, 2014 6:13 pm
by saayid
thanks for your inputs..i will have a look at the same and revert back. Apologies again..

Re: Testlink/Mantis Integration query..plz help

Posted: Wed Jun 04, 2014 6:44 am
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