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/AMO/Tips_and_Pointers AMO]  
**[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/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]
 
*Curl:
**curl -i http://www.mozilla.com -- that gives you the raw output in your terminal window
*while [ 1 ]; do curl -sI 'http://download.mozilla.org/?product=firefox-3.6.8&os=osx&lang=en-US' | grep Location; sleep 1; done
*Apache Bench sample call:
** ab -n 100 -c 10 'http://webifyme-dev.allizom.org'


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

Revision as of 15:39, 26 June 2015