what is the help of saying ' ... testlink could be better... ? Zero.
If you think there are things that can be improved then use your time to add on mantis tickets good details (real requirements) of things to do.
Test Link and Bugzilla - Configuration
Moderators: Amaradana, TurboPT, TL Developers
Re: Test Link and Bugzilla - Configuration
I have installed testlink 1.8.5. trying to integrate with bugzilla. both is instaled in different machines. I have done below changes in the bugzilla.cfg.php
//Set the bug tracking system Interface
/** DB host to use when connecting to the Bugzilla db */
define('BUG_TRACK_DB_HOST', '192.168.178.199');
/** name of the database that contains the Bugzilla tables */
define('BUG_TRACK_DB_NAME', 'bugs');
/** charset of the database that contains the Bugzilla tables */
define('BUG_TRACK_DB_CHARSET', 'utf8');
/** useful if you have several schemas see BUGID 1444*/
// define('BUG_TRACK_DB_SCHEMA', '[CONFIGURE_BUG_TRACK_DB_SCHEMA]');
/** DB type used for the bugtracking db */
define('BUG_TRACK_DB_TYPE','mysql');
/** DB user and password to use for connecting to the Bugzilla db */
define('BUG_TRACK_DB_USER', 'bugs');
define('BUG_TRACK_DB_PASS', 'bugs');
/** link of the web server */
define('BUG_TRACK_HREF', "http://192.168.178.199:82/show_bug.cgi?id=");
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"http://192.168.178.999:82/");
?>
Included line $g_interface_bugs='BUGZILLA';
On custom_config.inc.php create line:
Still am not getting bug management icon in excute test cases. Please anyone could suggest solutions.
//Set the bug tracking system Interface
/** DB host to use when connecting to the Bugzilla db */
define('BUG_TRACK_DB_HOST', '192.168.178.199');
/** name of the database that contains the Bugzilla tables */
define('BUG_TRACK_DB_NAME', 'bugs');
/** charset of the database that contains the Bugzilla tables */
define('BUG_TRACK_DB_CHARSET', 'utf8');
/** useful if you have several schemas see BUGID 1444*/
// define('BUG_TRACK_DB_SCHEMA', '[CONFIGURE_BUG_TRACK_DB_SCHEMA]');
/** DB type used for the bugtracking db */
define('BUG_TRACK_DB_TYPE','mysql');
/** DB user and password to use for connecting to the Bugzilla db */
define('BUG_TRACK_DB_USER', 'bugs');
define('BUG_TRACK_DB_PASS', 'bugs');
/** link of the web server */
define('BUG_TRACK_HREF', "http://192.168.178.199:82/show_bug.cgi?id=");
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"http://192.168.178.999:82/");
?>
Included line $g_interface_bugs='BUGZILLA';
On custom_config.inc.php create line:
Still am not getting bug management icon in excute test cases. Please anyone could suggest solutions.
Re: Test Link and Bugzilla - Configuration
Are you 100% sure about that last quad? [in red]manas wrote: ...
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"http://192.168.178.999:82/");
... Please anyone could suggest solutions.
Anyway, you mentioned two different machines...
Does this mean that Bugzilla is on one machine, and TestLink is on the other? If so, then also see this post.
HTH
Re: Test Link and Bugzilla - Configuration
Hope the below information still usefull.
define('BUG_TRACK_DB_CHARSET', 'utf8');
<< utf8 should be "UTF-8".
$g_interface_bugs='BUGZILLA';
<< In my case Testlink v1.9.3, the above parameter is stored in "/var/www/html/testlink/config.inc.php", NOT "/var/www/html/testlink/custom_config.inc.php" as the link posted
http://www.teamst.org/_tldoc/1.7/tl-bts-howto.pdf
It works well and can see the bug icon.
define('BUG_TRACK_DB_CHARSET', 'utf8');
<< utf8 should be "UTF-8".
$g_interface_bugs='BUGZILLA';
<< In my case Testlink v1.9.3, the above parameter is stored in "/var/www/html/testlink/config.inc.php", NOT "/var/www/html/testlink/custom_config.inc.php" as the link posted
http://www.teamst.org/_tldoc/1.7/tl-bts-howto.pdf
It works well and can see the bug icon.
-
- Advanced user
- Posts: 18
- Joined: Wed Jul 28, 2010 5:49 am
- Contact:
Re: Test Link and Bugzilla - Configuration
I have used the beta version of testlink. 1.9 beta-5, with xampp+Testlink+Bugzilla+Mantis Bundle, Here Test link & Bugzilla Integration worked fine.
Now today i installed testlink 1.9.7 successfully. But i am unable to integrate bugzilla & Test link.
I used the below configuration in the "Issue Tracker Management"
I selected the bugzilla(Interface:xmlrpc)
<issuetracker>
<username>admin</username>
<password>bugzilla</password>
<uribase>'http://localhost:8600/bugzilla-3.6</uribase>
</issuetracker>
But still i am unable to succeed.
Please help me, on how to configure.
Now today i installed testlink 1.9.7 successfully. But i am unable to integrate bugzilla & Test link.
I used the below configuration in the "Issue Tracker Management"
I selected the bugzilla(Interface:xmlrpc)
<issuetracker>
<username>admin</username>
<password>bugzilla</password>
<uribase>'http://localhost:8600/bugzilla-3.6</uribase>
</issuetracker>
But still i am unable to succeed.
Please help me, on how to configure.