Changes between Version 2 and Version 3 of Contribute/QA
- Timestamp:
- 11/01/12 05:38:42 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Contribute/QA
v2 v3 5 5 6 6 === Report 2 Bugs in Sahana Eden === 7 Following http://eden.sahanafoundation.org/wiki/BugReportingGuidelines7 Explore either the [http://demo.eden.sahanafoundation.org/ The Sahana Eden Demo Site] or a local instance of Sahana Eden as see if you can find any bugs. Report them following http://eden.sahanafoundation.org/wiki/BugReportingGuidelines 8 8 9 === Destructive testing of a Sahana Eden module === 10 Test the forms and screens of a Sahana Eden module for appropriate/consistent response to user errors (e.g. invalid or malformed input, accidental navigation actions, invalid URL, etc...). Document all the steps that you've taken and report any bugs you've found in the process. 9 === Review Open Tickets in Sahana Eden's Bug Tracker === 10 1. Select a ticket from the list of [report/1 Active Tickets] 11 1. Review that the the bug that it describes still occurs, or that the feature that it describes has not been implemented and is still relevant. 12 1. Add any additional information to the ticket 11 13 12 === Develop a test cases for a Sahana Eden module ===14 === Write Manual Test Cases for a Sahana Eden Module === 13 15 Write up the steps to perform the user tasks in the module, automate the tests using Selenium IDE, provide test data where useful. 16 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. 14 17 15 18 == Intermediate == 16 19 17 === Create a Selenium IDE script for a Sahana Eden application === 18 Using Selenium IDE create test scripts for a module. 20 === Create Automated Tests for 2 Test Scripts from the Sahana Eden Tests Spreadsheet === 21 Find 2 test cases in the [https://docs.google.com/spreadsheet/ccc?key=0AmB3hMcgB-3idG1XNGhhRG9QWF81dUlKLXpJaFlCMFE Sahana Eden Tests] spreadsheet which have not been automated and create automated tests for them. Follow the instructions on DeveloperGuidelines/Testing. 22 23 === Create an Automated Tests for a Sahana Eden Module === 24 Follow the instructions on DeveloperGuidelines/Testing. You should test as much of the functionality as possible. 19 25 20 26 == Advanced ==