Changes between Version 37 and Version 38 of Contribute/QA
- Timestamp:
- 01/04/13 04:44:55 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Contribute/QA
v37 v38 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 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. 51 52 === Run the Automated Tests === 53 Following this documentation: http://eden.sahanafoundation.org/wiki/QA#AutomatedTests run the automated tests on your own systems: 54 * Improve the documentation to add in any missing steps to set up the 55 * If the tests fail - manually repeat the test. 56 * If the manual test passes, this is a false negative and you should attempt to fix the test 57 * If the manual test fails (please be very careful to verify that this is an actual bug), report the bug following the BugReporting Guidelines 51 58 52 59 == Intermediate == … … 125 132 126 133 ---- 127 [wiki:Contribute] 128 [wiki:Contribute] 134 See: 135 * [wiki:Contribute] 136 * [wiki:QA]