Changes between Version 23 and Version 24 of BluePrint/Testing
- Timestamp:
- 09/23/13 17:39:11 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Testing
v23 v24 178 178 * [http://pythonpaste.org/testing-applications.html Paste] 179 179 180 == Roles Testing == 181 182 * The current implementation and documentation of role tests can be found here - [wiki:DeveloperGuidelines/Testing/Roles Testing/Roles]. 183 184 * The role tests are currently run only on the IFRC template and implementation for DRRPP is under review [https://github.com/flavour/eden/pull/571 here]. 185 186 * The test suite should automatically generate data for multiple templates so that the role tests can be run on them as well. 187 180 188 == Integration Testing (good thing) == 181 189 We depend on various 3rd-party components so we need to ensure that as these components are upgraded this doesn't break any of our functionality: … … 203 211 * [http://www.joedog.org/index/siege-home Siege] 204 212 213 The blueprint for the load tests can be found here - [wiki:BluePrint/Testing/Load Load] 214 Furthur documentation can be found here - [wiki:DeveloperGuidelines/Testing/Load Testing/Load] 215 216 205 217 === Stress Tests === 206 218 If extreme load is applied to the application, does it recover gracefully?