Hi,

Please find attached the additions for the manual on the Test Director
additions.

Thanks

Rob
6.4. Test Director

Test Director is a test and fault tracking system sold by Mercury 
(http://www.mercury.com/us/products/quality-center/)

Test Director is based on MS Windows and hence the interfaces into the system 
are available on MS Windows only, meaning you will have to run the SCMBug 
Daemon on a windows machine.

In order to use Test Director as your fault tracking system you will need to 
ensure that you install:

1) The Perl OLE package
2) The Test Director "Mercury Quality Center System Test Remote Agent Add-in"
   (Available from the Test Director Help->Add-ins menu).


Because Test Director is very configurable there are a few more configuration 
options available in the daemon.conf file.  These are as follows:

version => '9.0.0',
        The test director version being connected to.

database_location => 'http://emea-testdir:8080/qcbin',
        This is the URL connection string to test director.

database_vendor => 'Domain',
        The database vendor is the same as the Domain within Test Director,
        This must match the value that you would use on manual login.

database_name => 'Project',
        The database name is the same as the Project within Test Director.

database_username => 'username',
        The user name is the Test Director user login.

database_password => 'password',
        The password for the Test Director login.


There is a configuration section, "testdirector_config", that needs to be set 
to match you Test Director configuration.

tdc_bug_status_map => { "State 1" => { name => "State 1", active => 1 }, ...
        The tdc_bug_status_map stores the list the active and inactive states
        "State 1" should be replaced with the name of the state
        The active value should be 0 for closed, 1 for open.

tdc_product_name => 'BG_USER_10',
        The field tag of where the product name is stored.

tdc_bug_owner    => 'BG_USER_20',
        The field tag of where the person the fault is assigned to is stored.

tdc_bug_status   => 'BG_USER_15',
        The field tag of where the status is stored.
        This contains the possible values defined by tdc_bug_status_map

tdc_bug_comment  => 'BG_USER_29'
        The memo field that is to be used to store the files list.


Test Director does not currently support VDD.

Note: There is a bug in Windows Active Perl that will cause a crash if a 
Win32::OLE object is called from a forked script.  For this reason the Test 
Director called are all executed from a seperate script and the returns read 
back in.  This will not effect the functionality but does mean that sub-scripts 
are called.


Scmbug has been verified to work against the following releases of Test 
Director:

    * 9.0.0 (Quality Center)
 

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to