Changes between Version 3 and Version 4 of SCS_TEST_TRACKING_MAINTENANCE_R2


Ignore:
Timestamp:
12/15/08 11:26:02 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCS_TEST_TRACKING_MAINTENANCE_R2

    v3 v4  
    22 
    33[[TicketQuery(summary=SCS_TEST_TRACKING_MAINTENANCE_R2, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
    45 
    56 
     
    1819 
    1920== Implementation idea == 
    20 ^(It is advisable to include some rough implementations ideas.)^ 
    21  
     21{{{ 
     22Filter Test cases a user with tester role can VIEW depending on test execution assignment. 
     23'all' -> all test cases. 
     24'assigned_to_me' -> test cases assigned to logged user. [DEFAULT VALUE] 
     25'assigned_to_me_or_free' -> test cases assigned to logged user or not assigned. 
     26- 25 - 
     27$tlCfg->exec_cfg->view_mode->tester='assigned_to_me'; 
     28Filter Test cases a user with tester role can EXECUTE depending on test execution assignment. 
     29'all' -> all test cases. 
     30'assigned_to_me' -> test cases assigned to the current user. [DEFAULT VALUE] 
     31'assigned_to_me_or_free' -> test cases assigned to logged user or not assigned 
     32$tlCfg->exec_cfg->exec_mode->tester='assigned_to_me'; 
     33User filter in Test Execution navigator: 
     34'logged_user' -> combo will be set to the current user 
     35'none' -> no filter applied by default [DEFAULT VALUE] 
     36$tlCfg->exec_cfg->user_filter_default='none'; 
     37}}} 
    2238== Related == 
    2339[http://sophie2.org/testlink]