Confirmed users
1,504
edits
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Here is a list of suggested tools & resources | Here is a list of suggested tools & resources | ||
== Continuous Deployment == | |||
* Etsy.com video: http://www.livestream.com/etsy/video?clipId=pla_adbab6e2-c629-4bfe-b1fd-21c898693282 | |||
* Flickr video: http://vimeo.com/24542044 | |||
* James Socol's blog post: http://coffeeonthekeyboard.com/the-future-of-sumo-development-511/ | |||
== Performance and Load-Testing Tools == | == Performance and Load-Testing Tools == | ||
Line 12: | Line 17: | ||
** [http://httpd.apache.org/docs/current/programs/ab.html Apache Bench] | ** [http://httpd.apache.org/docs/current/programs/ab.html Apache Bench] | ||
** [https://wiki.mozilla.org/User:Clouserw/AMO/loadtest AMO load tests] | ** [https://wiki.mozilla.org/User:Clouserw/AMO/loadtest AMO load tests] | ||
** [http://www.joedog.org/index/siege-home Siege] | |||
** [http://jakarta.apache.org/jmeter/ JMeter] | ** [http://jakarta.apache.org/jmeter/ JMeter] | ||
***POSTing repeated and/or random input to a website/application | ***POSTing repeated and/or random input to a website/application | ||
Line 19: | Line 25: | ||
*** Fuzz-testing (first and foremost) | *** Fuzz-testing (first and foremost) | ||
*** Server stress-testing (up to 200requests/second) | *** Server stress-testing (up to 200requests/second) | ||
** Community Edition doesn't do authenticated sessions | *** Community Edition doesn't do authenticated sessions | ||
***'''Unless you're stress-testing (in which case, please let IT/NetOps know ahead of time), then set the throttle to 3 or 4''' | ****'''Unless you're stress-testing (in which case, please let IT/NetOps know ahead of time), then set the throttle to 3 or 4''' | ||
*Link-checkers: | *Link-checkers: | ||
Line 29: | Line 35: | ||
* Tool lists | * Tool lists | ||
**[http://www.softwareqatest.com/qatweb1.html Various web-testing tools] | **[http://www.softwareqatest.com/qatweb1.html Various web-testing tools] | ||
* [http://www.opensourcetesting.org/performance.php Open Source Testing's great page on tools] | ** [http://www.opensourcetesting.org/performance.php Open Source Testing's great page on tools] | ||
**[http://useragentstring.com/ User Agent Strings] | |||
**[http://www.trigeminal.com/samples/provincial.html Awesome Unicode stuff] | |||
== Security == | == Security == | ||
Line 49: | Line 57: | ||
*https://intranet.mozilla.org/WebSites | *https://intranet.mozilla.org/WebSites | ||
== Tips and Pointers == | == Tips and Pointers == | ||
*[https://wiki.mozilla.org/QA/Execution/Web_Testing/AMO/Tips_and_Pointers AMO] | |||
*[https://wiki.mozilla.org/QA/Execution/Web_Testing/SUMO/Tips_and_Pointers SUMO] | |||
*[https://wiki.mozilla.org/QA/Execution/Web_Testing/Mozilla.com/Tips_and_Pointers Mozilla.com] | |||
== Reference Links == | == Reference Links == | ||
Line 65: | Line 71: | ||
*[https://intranet.mozilla.org/IT/SLA IT's Service-Level Agreements] | *[https://intranet.mozilla.org/IT/SLA IT's Service-Level Agreements] | ||
*[[Webtools/Checklist|Launch Checklist]] | *[[Webtools/Checklist|Launch Checklist]] | ||