Changes between Version 2 and Version 3 of Contribute/QA


Ignore:
Timestamp:
11/01/12 05:38:42 (12 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Contribute/QA

    v2 v3  
    55
    66=== Report 2 Bugs in Sahana Eden ===
    7 Following http://eden.sahanafoundation.org/wiki/BugReportingGuidelines
     7Explore 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
    88
    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 ===
     101. Select a ticket from the list of [report/1 Active Tickets]
     111. 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.
     121. Add any additional information to the ticket
    1113
    12 === Develop a test cases for a Sahana Eden module ===
     14=== Write Manual Test Cases for a Sahana Eden Module ===
    1315Write up the steps to perform the user tasks in the module, automate the tests using Selenium IDE, provide test data where useful.
     16Document 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.
    1417
    1518== Intermediate ==
    1619
    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 ===
     21Find 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 ===
     24Follow the instructions on DeveloperGuidelines/Testing. You should test as much of the functionality as possible.
    1925
    2026== Advanced ==