Changes between Version 1 and Version 2 of BluePrint/Testing/Load
- Timestamp:
- 08/08/13 01:43:04 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Testing/Load
v1 v2 13 13 14 14 === Sessions === 15 15 Which sessions are bing tested and how many of each 16 16 * 20% create_staff 17 17 * 40% search_staff … … 19 19 20 20 === Number of Records === 21 The number of additional records which should be created prior to running the load tests to test the response for a large number of records. 21 22 22 23 === Server Being Testing === … … 26 27 27 28 === Use Cases === 28 {{{modules/tests/use_cases/}}} 29 {{{modules/tests/use_cases/}}}[[BR]] 29 30 Load tests can be run for a number of different use cases. Each use case will specify the exact parameters for the load test 30 31 31 32 === Template Helper Files === 32 {{{modules/tests/helpers/templates/}}} 33 {{{modules/tests/helpers/templates/}}}[[BR]] 33 34 These will be template specific files that record the template specific static files to be downloaded on each page. 34 35 35 36 === Session Files === 36 {{{modules/tests/sessions/}}} 37 {{{modules/tests/sessions/}}}[[BR]] 38 These are the different sessions being tested. 39 40 Example 41 * ?? 37 42 38 43 === Helper Files === 39 {{{modules/tests/helpers/}}} 44 {{{modules/tests/helpers/}}}[[BR]] 40 45 Requests which will be common to many tests. [[BR]] 41 46 These can be reused in multiple sessions.[[BR]]