[[TOC]] = Contribute: QA = == Easy == === Report 2 Bugs in Sahana Eden === Following http://eden.sahanafoundation.org/wiki/BugReportingGuidelines === Destructive testing of a Sahana Eden module === 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. === Develop a test cases for a Sahana Eden module === Write up the steps to perform the user tasks in the module, automate the tests using Selenium IDE, provide test data where useful. == Intermediate == === Create a Selenium IDE script for a Sahana Eden application === Using Selenium IDE create test scripts for a module. == Advanced == ---- [wiki:Contribute]