Changes between Version 14 and Version 15 of DeveloperGuidelines/Testing
- Timestamp:
- 09/21/14 09:42:13 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing
v14 v15 73 73 74 74 == Continuous Integration (CI)Server == 75 The CI Server will constantly run all Automated Tests on the latest version of Sahana Eden to detect any defects. 76 See: SysAdmin/ContinuousIntegration for how we have set up the CI Server and help to find the exact commands to run the tests. 75 A CI server using Travis has been set up which sets up a new installation of whole Eden stack and then runs the unit tests on every pull request that has been sent. Based upon the status of the tests, the pull request's status is updated on GitHub. For more information, please see [wiki:/DeveloperGuidelines/Testing/CI CI Server]. 77 76 78 == Test Cases ==79 * [wiki:Testing/TestCases TestCases]80 == See Also ==81 Systers' approach:82 * http://systers.org/systers-dev/doku.php/automated_functional_testing83 * List of Tests: http://systers.org/systers-dev/doku.php/master_checklist_template84 * GSoC project: http://systers.org/systers-dev/doku.php/svaksha:patches_release_testing_automation85 86 Alternative Options:87 * http://zesty.ca/scrape/88 * [http://pycon.blip.tv/file/3261277 Lightning Talk] (2.30)89 * [http://pycon.blip.tv/file/3261277 Lightning Talk] (2.30)90 * [http://pycon.blip.tv/file/3261277 Lightning Talk] (2.30)