Changes between Version 11 and Version 12 of Contribute/QA


Ignore:
Timestamp:
11/29/12 00:07:46 (12 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Contribute/QA

    v11 v12  
    2727
    2828=== Complete an Automated Tests for a Sahana Eden Module ===
    29 The 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.
     29The 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.
    3030* '''Asset:'''
    3131 * eden/modules/tests/asset/asset_report.py
     
    4545 * eden/modules/tests/inv/warehouse_search.py
    4646 * eden/modules/tests/inv/wh_stock_report.py
     47
     48As a bonus - see if you can create generic functions for {{{search}} and {{{report}}} (like {{{create}}}) in  {{{eden/modules/tests/web2unittests.py}}} - this will help you to complete multiple tasks.
    4749== Advanced ==
    4850