Changes between Version 2 and Version 3 of SCS_TEST_TRACKING_SETUP_R2
- Timestamp:
- 12/14/08 11:58:32 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCS_TEST_TRACKING_SETUP_R2
v2 v3 7 7 = Analysis = 8 8 == Overview == 9 In this revision the current setup of TestLink should be improved9 In this revision the current setup of !TestLink should be improved 10 10 == Task requirements == 11 11 === Requirements from the previous revision === … … 16 16 === Requirements for this revision === 17 17 * Integration between trac and testlink is needed. The documentation for this is in related section. 18 19 20 21 18 == 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. 23 20 24 21 == Implementation idea == 25 ^(It is advisable to include some rough implementations ideas.)^ 22 A fragment from the user documentation of testlink: 23 {{{ 24 /** The DB host to use when connecting to the mantis db */ 25 define('BUG_TRACK_DB_HOST', 'calypso'); 26 /** The name of the database that contains the mantis tables */ 27 define('BUG_TRACK_DB_NAME', 'mantis_bt'); 28 /** The DB type being used by mantis */ 29 define('BUG_TRACK_DB_USER', 'mantis_bt_user'); 30 /** The DB password to use for connecting to the mantis db */ 31 define('BUG_TRACK_DB_PASS', 'mantis_bt_password'); 32 /** link to the bugtracking system, for viewing bugs */ 33 define('BUG_TRACK_HREF', "http://calypso/mantis/view.php?id="); 34 /** link to the bugtracking system, for entering new bugs */ 35 define('BUG_TRACK_ENTER_BUG_HREF',"http://calypso/mantis/"); 36 tl- 37 }}} 38 This configuration is for mantis. Trac config should be similar. 39 In testing section you may create a new user account to test the setup. 26 40 27 41 == Related == 28 http://www.teamst.org/_tldoc/1.7/tl-bts-howto.pdf TestLink documentation page for integration with bugtracking system. [[BR]] 42 http://www.teamst.org/_tldoc/1.7/tl-bts-howto.pdf !TestLink documentation page for integration with bugtracking system. [[BR]] 43 http://www.teamst.org/_tldoc/1.8/installation_manual.pdf !TestLink 1.8 draft documentation. [[BR]] 29 44 30 45 == How to demo == 31 ^(In this section you must add instructions for the demo of the task.)^ 46 Show testlink and create a simple demonstation of testcase connected with a ticket. 32 47 33 48 = Design =