QA/Execution/Web Testing/Tools: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 41: Line 41:
**[https://wiki.mozilla.org/QA/Execution/Web_Testing/SUMO/Tips_and_Pointers SUMO]  
**[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]  
**[https://wiki.mozilla.org/QA/Execution/Web_Testing/Mozilla.com/Tips_and_Pointers Mozilla.com]  
*[http://www.softwareqatest.com/qatweb1.html Various web-testing tools]
 
*Curl:
*Curl:
**curl -i http://www.mozilla.com -- that gives you the raw output in your terminal window  
**curl -i http://www.mozilla.com -- that gives you the raw output in your terminal window  
Line 47: Line 47:
*Apache Bench sample call:
*Apache Bench sample call:
** ab -n 100 -c 10 'http://webifyme-dev.allizom.org'
** ab -n 100 -c 10 'http://webifyme-dev.allizom.org'


== Reference Links  ==
== Reference Links  ==

Revision as of 15:38, 26 June 2015

Here is a list of suggested tools & resources

Performance and Load-Testing Tools

Useful Tools


Security

Infrastructure / Server Info

Internal access only

Tips and Pointers

Reference Links