TL Bts Howto PDF
TL Bts Howto PDF
integration
Case study mantis
Date Author Notes
20051221 Francisco Mancardi
Overview................................................................................................................................... 2
Environment.............................................................................................................................. 2
Step 1 – Edit config.inc.pph.......................................................................................................... 2
Step 2 – Mantis - Configure anonymous access............................................................................... 2
Step 3 – Testlink - Configure Mantis Interface Parameters................................................................ 3
Testing the configuration.............................................................................................................. 4
tl-bts-howto.odt Pagina 1 di 5
Overview
The integration between Test Link and a Bug Tracking System (BTS) has the following characteristics
1. All communication between Test Link and the BTS is done through database tables.
2. Testlink (at the time of this writing) is neither able to send data to the BTS, either able to receive
data from the BST, in the traditional model of function call.
After all the configuration is done and running, for a testlink user point of view the process will be:
Environment
Change the following in your mantis config_inc.php (replace dummy with your created user)
# --- anonymous login -----------
# Allow anonymous login
$g_allow_anonymous_login = ON;
$g_anonymous_account = 'dummy';
tl-bts-howto.odt Pagina 2 di 5
Step 3 – Testlink - Configure Mantis Interface Parameters
You must to edit TL_ABS_PATH/cfg/bugzilla.cfg.php
/** The name of the database that contains the mantis tables */
define('BUG_TRACK_DB_NAME', 'mantis_bt');
tl-bts-howto.odt Pagina 3 di 5
Testing the configuration
Execute a Test Case
After click on “Create new bug”, creating the bug using Mantis user interface and reorganinzing the
windows.
tl-bts-howto.odt Pagina 4 di 5
User writes the issue ID on Testlink
After Saving
tl-bts-howto.odt Pagina 5 di 5