Changes between Version 31 and Version 32 of Contribute/QA


Ignore:
Timestamp:
12/07/12 02:46:55 (12 years ago)
Author:
Liezl P
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Contribute/QA

    v31 v32  
    4141Find 2 test cases in the [https://docs.google.com/spreadsheet/ccc?key=0AmB3hMcgB-3idG1XNGhhRG9QWF81dUlKLXpJaFlCMFE Sahana Eden Tests] spreadsheet (Test Scripts sheet) which have not been automated and create automated tests for them. Also check in the {{{eden/modules/tests/<module>/}}} folder to see if there are any automated tests created. Follow the instructions on DeveloperGuidelines/Testing. Update the spreadsheet with the status, your initials or name and date.
    4242=== Complete an Automated Tests for a Sahana Eden Module ===
    43 The following Tests have been started, but have not yet been completed. The have been write, but the syntax used in these tests is not corrected and needs to be fixed. You will need to used selenium commands to select elements to run the tests instead of the {{{create}}} function in {{{eden/modules/tests/web2unittests.py}}}. Follow the instructions on DeveloperGuidelines/Testing to complete these tests, ensure that they run correctly and add them to the suite.
     43The following Tests have been started, but have not yet been completed. These have been written, but the syntax used in these tests is not corrected and needs to be fixed. You will need to used selenium commands to select elements to run the tests instead of the {{{create}}} function in {{{eden/modules/tests/web2unittests.py}}}. Follow the instructions on DeveloperGuidelines/Testing to complete these tests, ensure that they run correctly and add them to the suite.
    4444* ~~'''Asset:'''~~
    4545 * ~~eden/modules/tests/asset/asset_report.py~~
    4646 * ~~eden/modules/tests/asset/asset_search.py~~ (completed by aviraldg)
    4747* '''Members:'''
    48  * eden/modules/tests/member/member_search.py
     48 * ~~eden/modules/tests/member/member_search.py~~ (completed)
    4949* ~~'''Project:'''~~
    5050 * ~~eden/modules/tests/project/project_report.py~~
     
    5353 * eden/modules/tests/staff/staff_import.py
    5454 * eden/modules/tests/staff/staff_report.py
    55  * eden/modules/tests/staff/staff_search.py
     55 * ~~eden/modules/tests/staff/staff_search.py~~ (in progress)
    5656* ~~'''Volunteer:'''~~
    5757 * ~~eden/modules/tests/volunteer/vol_search.py~~ (completed by aviraldg)
     
    5959 * eden/modules/tests/inv/warehouse_search.py
    6060 * eden/modules/tests/inv/wh_stock_report.py
    61 
    6261== Advanced ==
    6362