89
edits
Line 9: | Line 9: | ||
== Test Cases == | == Test Cases == | ||
=== | === Questions Addressed By This System === | ||
;Load Testing | |||
*How does the app fail under high load conditions? How does it fail? | *How does the app fail under high load conditions? How does it fail? | ||
**From a large data input? | **From a large data input? | ||
Line 19: | Line 20: | ||
*How do these services scale to | *How do these services scale to | ||
** More Features | ** More Features | ||
** More Users | ** More Users | ||
;Regression Testing | |||
* Baseline tests on a sandboxed environemnt | |||
** Did the code we just checked in have bugs that effect performance? | |||
* Large scale weekly testing | |||
** Are we confident this new release will work will in production? | |||
=== Test scripts === | === Test scripts === |
edits