[[BackLinksMenu]] [[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|)]] = 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'; }}} == Related == [http://sophie2.org/testlink] == How to demo == Show created test plans. = Design = * Thoroughly research testlink's user documentation * You can download .pdf document from http://www.teamst.org/index.php?option=com_content&task=view&id=11&Itemid=32 * In the document there are instructions and examples of how to set up SMTP server. * The documentation of testlink 1.7 is more detailed and suitable for us than the documentation of testlink 1.8, because we are using testlink 1.7.4. * Install SMTP server - postfix * Integrate SMTP server and testlink editing sophie:/home/scs/testlink/custom_config.inc.php, i.e: {{{ $g_tl_admin_email = 'pacitu@gmail.com'; $g_from_email = 'testlink@sophie2.org'; $g_return_path_email = 'no_replay@sophie2.org'; $g_mail_priority = 5; $g_smtp_host = 'localhost'; }}} = 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.)