Changes between Initial Version and Version 1 of Event/2012/GCI/QA


Ignore:
Timestamp:
11/01/12 17:10:10 (12 years ago)
Author:
Mark Prutsalis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Event/2012/GCI/QA

    v1 v1  
     1[[TOC]]
     2= GCI Tasks: QA  =
     3
     4== Sahana Eden ==
     5=== Report 2 Bugs in Sahana Eden ===
     6Explore 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
     7
     8=== Review Open Tickets in Sahana Eden's Bug Tracker ===
     91. Select a ticket from the list of [report/1 Active Tickets]
     101. 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.
     111. Add any additional information to the ticket
     12
     13=== Write Manual Test Cases for a Sahana Eden Module ===
     14Write up the steps to perform the user tasks in the module, automate the tests using Selenium IDE, provide test data where useful.
     15Document 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.
     16
     17=== Create Automated Tests for  2 Test Scripts from the Sahana Eden Tests Spreadsheet ===
     18Find 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.
     19
     20=== Create an Automated Tests for a Sahana Eden Module ===
     21Follow the instructions on DeveloperGuidelines/Testing. You should test as much of the functionality as possible.
     22
     23----
     24[wiki:Contribute]