Changes between Version 2 and Version 3 of SCS_TEST_TRACKING_SETUP_R2


Ignore:
Timestamp:
12/14/08 11:58:32 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCS_TEST_TRACKING_SETUP_R2

    v2 v3  
    77= Analysis = 
    88== Overview == 
    9 In this revision the current setup of TestLink should be improved 
     9In this revision the current setup of !TestLink should be improved 
    1010== Task requirements == 
    1111=== Requirements from the previous revision ===  
     
    1616=== Requirements for this revision ===  
    1717 * Integration between trac and testlink is needed. The documentation for this is in related section. 
    18  
    19  
    20  
    2118== Task result == 
    22 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 
     19!TestLink with trac integration. Appropriate permissions and ability to create an account. 
    2320 
    2421== Implementation idea == 
    25 ^(It is advisable to include some rough implementations ideas.)^ 
     22A fragment from the user documentation of testlink: 
     23{{{ 
     24/** The DB host to use when connecting to the mantis db */ 
     25define('BUG_TRACK_DB_HOST', 'calypso'); 
     26/** The name of the database that contains the mantis tables */ 
     27define('BUG_TRACK_DB_NAME', 'mantis_bt'); 
     28/** The DB type being used by mantis */ 
     29define('BUG_TRACK_DB_USER', 'mantis_bt_user'); 
     30/** The DB password to use for connecting to the mantis db */ 
     31define('BUG_TRACK_DB_PASS', 'mantis_bt_password'); 
     32/** link to the bugtracking system, for viewing bugs */ 
     33define('BUG_TRACK_HREF', "http://calypso/mantis/view.php?id="); 
     34/** link to the bugtracking system, for entering new bugs */ 
     35define('BUG_TRACK_ENTER_BUG_HREF',"http://calypso/mantis/"); 
     36tl- 
     37}}} 
     38This configuration is for mantis. Trac config should be similar. 
     39In testing section you may create a new user account to test the setup. 
    2640 
    2741== Related == 
    28 http://www.teamst.org/_tldoc/1.7/tl-bts-howto.pdf TestLink documentation page for integration with bugtracking system. [[BR]] 
     42http://www.teamst.org/_tldoc/1.7/tl-bts-howto.pdf !TestLink documentation page for integration with bugtracking system. [[BR]] 
     43http://www.teamst.org/_tldoc/1.8/installation_manual.pdf !TestLink 1.8 draft documentation. [[BR]] 
    2944 
    3045== How to demo == 
    31 ^(In this section you must add instructions for the demo of the task.)^ 
     46Show testlink and create a simple demonstation of testcase connected with a ticket. 
    3247 
    3348= Design =