Changes between Version 1 and Version 2 of QA
- Timestamp:
- 01/04/13 03:44:34 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QA
v1 v2 34 34 python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py 35 35 }}} 36 See: DeveloperGuidelines/Testingfor more information36 See: QA/AutomatedTests/Selenium for more information 37 37 === Role Tests === 38 38 This test is used to check the permissions of user roles. Currently is limited to the IFRC (Red Cross) roles for RMS, but could be extended: … … 48 48 Load Testing will measure the performance of the entire Sahana Eden stack. We recommend using Tsung. See: Testing/Load 49 49 50 == Continuous Integration Server ==51 See: SysAdmin/ContinuousIntegration 50 == Continuous Integration (CI)Server == 51 See: SysAdmin/ContinuousIntegration for how we have set up the CI Server and help to find the exact commands to run the tests. 52 52 53 53 == Test Cases == … … 58 58 * TestCasesIndia 59 59 * TestCasesJapan 60 61 == See Also == 62 Systers' approach: 63 * http://systers.org/systers-dev/doku.php/automated_functional_testing 64 * List of Tests: http://systers.org/systers-dev/doku.php/master_checklist_template 65 * GSoC project: http://systers.org/systers-dev/doku.php/svaksha:patches_release_testing_automation 66 67 Alternative Options: 68 * http://zesty.ca/scrape/ 69 * [http://pycon.blip.tv/file/3261277 Lightning Talk] (2.30) 70 * [http://pycon.blip.tv/file/3261277 Lightning Talk] (2.30) 71 * [http://pycon.blip.tv/file/3261277 Lightning Talk] (2.30)