wiki:SCS_TEST_TRACKING_MAINTENANCE_R2
Last modified 3 years ago Last modified on 01/10/09 16:14:58

Pages linking to SCS_TEST_TRACKING_MAINTENANCE_R2:
TASK_INDEX
SCS_TEST_TRACKING_MAINTENANCE_R3

Ticket Summary Owner Status Type Component Priority Effort Importance
#1476 SCS_TEST_TRACKING_MAINTENANCE_R2 todor closed planned_task PROJECT_COMMUNITY 3 0.5 90

Reported by Astea, 4 years ago.

Description

wiki page: SCS_TEST_TRACKING_MAINTENANCE_R2 - effort: 0.5d

Analysis_owners

deyan

Analysis_reviewers

todor

Analysis_score

4

Design_owners

todor

Design_score

0

Imp._score

0

Test_score

0

Analysis

(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)

Overview

Create test plans for Iteration 1 and Iteration 2.

Task requirements

  • Ensure execution of test plans in TestLink is possible by "tester" users. (done: 45m)
  • Create a test plan for Iteration 1
  • Create a test plan for Iteration 2
  • Choose and create a list of tasks that should have test cases for Iteration 3

Task result

(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.))

Implementation idea

Assigned to should be set to all in view.

Filter Test cases a user with tester role can VIEW depending on test execution assignment.
'all' -> all test cases.
'assigned_to_me' -> test cases assigned to logged user. [DEFAULT VALUE]
'assigned_to_me_or_free' -> test cases assigned to logged user or not assigned.
- 25 -
$tlCfg->exec_cfg->view_mode->tester='assigned_to_me';
Filter Test cases a user with tester role can EXECUTE depending on test execution assignment.
'all' -> all test cases.
'assigned_to_me' -> test cases assigned to the current user. [DEFAULT VALUE]
'assigned_to_me_or_free' -> test cases assigned to logged user or not assigned
$tlCfg->exec_cfg->exec_mode->tester='assigned_to_me';
User filter in Test Execution navigator:
'logged_user' -> combo will be set to the current user
'none' -> no filter applied by default [DEFAULT VALUE]
$tlCfg->exec_cfg->user_filter_default='none';

http://sophie2.org/testlink

How to demo

Show created test plans.

Design

Implementation

(Implementation results should be described and linked here (from the wiki or the repository))

Testing

Comments

(Write comments for this or later revisions here.)