Changes between Version 23 and Version 24 of BluePrint/Testing


Ignore:
Timestamp:
09/23/13 17:39:11 (11 years ago)
Author:
somayjain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Testing

    v23 v24  
    178178 * [http://pythonpaste.org/testing-applications.html Paste]
    179179
     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
    180188== Integration Testing (good thing) ==
    181189We 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:
     
    203211 * [http://www.joedog.org/index/siege-home Siege]
    204212
     213The blueprint for the load tests can be found here - [wiki:BluePrint/Testing/Load Load]
     214Furthur documentation can be found here - [wiki:DeveloperGuidelines/Testing/Load Testing/Load]
     215 
     216
    205217=== Stress Tests ===
    206218If extreme load is applied to the application, does it recover gracefully?