Changes between Version 11 and Version 12 of Contribute/QA
- Timestamp:
- 11/29/12 00:07:46 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Contribute/QA
v11 v12 27 27 28 28 === 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.29 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. 30 30 * '''Asset:''' 31 31 * eden/modules/tests/asset/asset_report.py … … 45 45 * eden/modules/tests/inv/warehouse_search.py 46 46 * eden/modules/tests/inv/wh_stock_report.py 47 48 As 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. 47 49 == Advanced == 48 50