Changes between Version 40 and Version 41 of TestManagerForTracPlugin


Ignore:
Timestamp:
Nov 21, 2010, 12:51:27 PM (13 years ago)
Author:
Roberto Longobardi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPlugin

    v40 v41  
    356356
    357357[[BR]][[BR]]
    358 == Example ==
     358== Installation ==
     359
     360Both '''Trac 0.11 and 0.12 are supported''', and also both '''Python 2.5 and 2.6'''.
    359361
    360362The plugin can be installed as usual, from the Trac administration panel, and requires a database upgrade.
    361363
    362 Both Trac 0.11 and 0.12 are supported.
    363 Earlier releases were also tested with Python 2.5, but recent ones only with Python 2.6.
     364You can follow the instructions in the INSTALL.txt file contained in the binary packages.
     365
     366The functionalities are divided in three plugins, which must be installed in this order:
     367
     368    1) Trac Generic Class => TracGenericClass
     369
     370    2) Trac Generic Workflow => TracGenericWorkflow
     371
     372    3) Test Manager => TestManager
     373
     374
     375An additional plugin is only useful for debugging and should not be installed in a production environment.
     376
     377    *  SQL Executor => SQLExecutor
     378
     379With the latter plugin, you can perform arbitrary SQL queries on the Trac database from a web browser.
     380Just type on the URL:
     381  http://yourserver/yourenvironment/sqlexec?sql=any SQL statement
     382
     383For example:
     384  http://localhost/sampleproject/sqlexec?sql=select * from testcatalog
     385
    364386
    365387Follow the tutorial presentation that you can download from the project site to start.
    366 The tutorial needs to be updated to the new Test Plan feature.
     388The tutorial is actually very old and needs to be updated to the new Test Plans and other features, but it will get you started.
    367389
    368390[[BR]][[BR]]