Changes between Version 3 and Version 4 of Testing
- Timestamp:
- 06/29/13 19:11:55 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Testing
v3 v4 1 1 = Testing = 2 2 3 == Quality Assurance == 3 == Manual == 4 It is possible for non-technical users to assist with the QA process for Sahana by performing manual testing & documenting new Test Cases: 5 * [wiki:Testing/TestCases Testing/TestCases] 4 6 5 There are a number of initiatives to assure the quality of Sahana Eden, however if you find any issues, please report them following the [wiki:BugReportingGuidelines Bug Reporting Guidelines].7 If you find any issues, please report them following the [wiki:BugReportingGuidelines Bug Reporting Guidelines]. 6 8 7 === Test Cases === 8 ''See:'' [wiki:Testing/TestCases Testing/TestCases] for more details - this page needs updating 9 * [https://docs.google.com/spreadsheet/ccc?key=0AmB3hMcgB-3idG1XNGhhRG9QWF81dUlKLXpJaFlCMFE#gid=8 Sahana Eden Test Cases Spreadsheet] 10 * Test Cases from Historic Deployments 11 * TestCasesHaiti 12 * TestCasesIndia 13 * TestCasesJapan 9 == Developer Guidelines == 10 Developers who wish to check if there changes have broken anything or who wish to write tests for their new code should look here: 11 * DeveloperGuidelines/Testing 14 12 15 == Developer Guidelines - Testing == 16 17 * See [wiki:DeveloperGuidelines/Testing DeveloperGuidelines/Testing] for details. 18 19 == SysAdmin == 20 21 * See [wiki:SysAdmin/ContinuousIntegration SysAdmin/ContinuousIntegration] for details. 13 == Continuous Integration == 14 !SysAdmins who wish to help with Sahana's CI server or setup one of their own can look for details here: 15 * SysAdmin/ContinuousIntegration