|
|
| (6 intermediate revisions by one other user not shown) |
| Line 1: |
Line 1: |
| = Tools =
| | See this page: https://wiki.mozilla.org/QA/Execution/Web_Testing/Tools#Performance_and_Load-Testing_Tools |
| == [http://jakarta.apache.org/jmeter/ JMeter] ==
| |
| * Uses/pros:
| |
| **POSTing repeated and/or random input to a website/application
| |
| * Cons:
| |
| ** Doesn't do JavaScript on its own (or at all? Just via JSON)
| |
| * Sample scripts:
| |
| ** .
| |
| ** .
| |
| == [http://www.mavitunasecurity.com/netsparker/ NetSparker Community Edition] ==
| |
| * Uses/pros:
| |
| **Fuzz-testing (first and foremost)
| |
| **Server stress-testing (up to 200requests/second)
| |
| * Cons:
| |
| ** Community Edition doesn't do authenticated sessions
| |
| * '''Caveat''':
| |
| **'''Unless you're stress-testing (in which case, please let IT/NetOps know ahead of time), then set the throttle to 3 or 4'''
| |
| == [http://www.joedog.org/index/siege-home Siege ==
| |