Changes between Version 6 and Version 7 of Event/2012/GCI/QA


Ignore:
Timestamp:
11/04/12 01:35:24 (12 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Event/2012/GCI/QA

    v6 v7  
    1818Find 2 test cases in the [https://docs.google.com/spreadsheet/ccc?key=0AmB3hMcgB-3idG1XNGhhRG9QWF81dUlKLXpJaFlCMFE Sahana Eden Tests] spreadsheet which have not been automated and create automated tests for them. Follow the instructions on DeveloperGuidelines/Testing.
    1919
    20 === Create an Automated Tests for a Sahana Eden Module ===
    21 Follow the instructions on DeveloperGuidelines/Testing. You should test as much of the functionality as possible.
    22 
    23 '''To be automated scripts (incomplete):'''[[BR]]
    24 
    25 '''Asset:'''[[BR]]
    26 eden/modules/tests/asset/asset_report.py[[BR]]
    27 eden/modules/tests/asset/asset_search.py[[BR]]
    28 '''Members:'''[[BR]]
    29 eden/modules/tests/member/member_search.py[[BR]]
    30 '''Project:'''[[BR]]
    31 eden/modules/tests/project/project_report.py[[BR]]
    32 eden/modules/tests/project/project_search.py[[BR]]
    33 '''Staff:'''[[BR]]
    34 eden/modules/tests/staff/staff_import.py[[BR]]
    35 eden/modules/tests/staff/staff_report.py[[BR]]
    36 eden/modules/tests/staff/staff_search.py[[BR]]
    37 '''Volunteer:'''[[BR]]
    38 eden/modules/tests/volunteer/vol_search.py[[BR]]
    39 '''Inventory:'''[[BR]]
    40 eden/modules/tests/inv/warehouse_search.py[[BR]]
    41 eden/modules/tests/inv/wh_stock_report.py[[BR]]
     20=== Complete 4 Automated Tests for a Sahana Eden Module ===
     21The following Tests have been started, but have not yet been completed. Follow the instructions on DeveloperGuidelines/Testing to complete these tests, ensure that they run correctly and add them to the suite.
     22* '''Asset:'''
     23 * eden/modules/tests/asset/asset_report.py
     24 * eden/modules/tests/asset/asset_search.py
     25* '''Members:'''
     26 * eden/modules/tests/member/member_search.py
     27* '''Project:'''
     28 * eden/modules/tests/project/project_report.py
     29 * eden/modules/tests/project/project_search.py
     30* '''Staff:'''
     31 * eden/modules/tests/staff/staff_import.py
     32 * eden/modules/tests/staff/staff_report.py
     33 * eden/modules/tests/staff/staff_search.py
     34* '''Volunteer:'''
     35 * eden/modules/tests/volunteer/vol_search.py
     36* '''Inventory:'''
     37 * eden/modules/tests/inv/warehouse_search.py
     38 * eden/modules/tests/inv/wh_stock_report.py
    4239
    4340== Sahana Vesuvius Tasks ==