Changes between Version 40 and Version 41 of Contribute/QA
- Timestamp:
- 01/04/13 08:58:22 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Contribute/QA
v40 v41 48 48 === Write Manual Test Cases for a Sahana Eden Module === 49 49 Write up the steps to perform the user tasks in the module, automate the tests using Selenium IDE, provide test data where useful. 50 Document the User's workflows as test cases in the [https://docs.google.com/spreadsheet/ccc?key=0AmB3hMcgB-3idG1XNGhhRG9QWF81dUlKLXpJaFlCMFE Sahana Eden Tests] spreadsheet (Test Scripts sheet) . Include any test data you use. You should test as much of the functionality as possible.50 Document the User's workflows as test cases in the [https://docs.google.com/spreadsheet/ccc?key=0AmB3hMcgB-3idG1XNGhhRG9QWF81dUlKLXpJaFlCMFE Sahana Eden Tests] spreadsheet (Test Scripts sheet) or in another document. Include any test data you use. You should test as much of the functionality as possible. Add a link to the Test Case in http://eden.sahanafoundation.org/wiki/Contribute/QA#CreateAnAutomatedTestsforaManualTestCase so that this test case can be automated. 51 51 52 52 === Run the Automated Tests === … … 81 81 * eden/modules/tests/inv/wh_stock_report.py 82 82 83 === Create An Automated Tests for a manual Test Case ===83 === Create An Automated Tests for a Manual Test Case === 84 84 Follow the instructions on DeveloperGuidelines/Testing to complete these tests, ensure that they run correctly and add them to the suite.: 85 85 * http://eden.sahanafoundation.org/attachment/wiki/Contribute/QA/Search_doc.docx