Changes between Initial Version and Version 1 of Contribute/QA


Ignore:
Timestamp:
11/01/12 04:32:04 (12 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Contribute/QA

    v1 v1  
     1[[TOC]]
     2= Contribute: QA  =
     3
     4== Easy ==
     5
     6== Report 2 Bugs in Sahana Eden ===
     7Following http://eden.sahanafoundation.org/wiki/BugReportingGuidelines
     8
     9=== Destructive testing of a Sahana Eden module ===
     10Test 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.
     11
     12=== Develop a test cases for a Sahana Eden module ===
     13Write up the steps to perform the user tasks in the module, automate the tests using Selenium IDE, provide test data where useful.
     14
     15== Intermediate ==
     16
     17=== Create a Selenium IDE script for a Sahana Eden application ===
     18Using Selenium IDE create test scripts for a module.
     19
     20== Advanced ==
     21
     22----
     23[wiki:Contribute]