QA/Execution/Web Testing/Tools: Difference between revisions
< QA | Execution | Web Testing
Jump to navigation
Jump to search
No edit summary |
|||
Line 15: | Line 15: | ||
**[http://validator.w3.org/checklink/ W3C's Link Checker] | **[http://validator.w3.org/checklink/ W3C's Link Checker] | ||
**[http://home.snafu.de/tilman/xenulink.html Xenu] Windows link-checking app | **[http://home.snafu.de/tilman/xenulink.html Xenu] Windows link-checking app | ||
== Security == | == Security == | ||
Line 28: | Line 23: | ||
* [https://www.owasp.org OWASP] | * [https://www.owasp.org OWASP] | ||
** [https://www.owasp.org/index.php/Category:OWASP_WebGoat_Project WebGoat] security-learning tool | ** [https://www.owasp.org/index.php/Category:OWASP_WebGoat_Project WebGoat] security-learning tool | ||
*Scanners/Fuzzers: | |||
**[https://addons.mozilla.org/en-US/firefox/addon/7598/ XSS Me] | |||
**[https://addons.mozilla.org/en-US/firefox/addon/7597/ SQL Inject Me] | |||
**[http://www.mavitunasecurity.com/communityedition/ Netsparker Community Edition] | |||
**[http://www.powerfuzzer.com/ PowerFuzzer] Windows fuzzing tool | |||
**[http://www.acunetix.com/ Acunetix Community Edition scanner] | |||
== Infrastructure / Server Info == | == Infrastructure / Server Info == |
Revision as of 15:36, 26 June 2015
Here is a list of suggested tools & resources
Performance and Load-Testing Tools
- Performance-testing Tools:
- Load-testing Tools:
Useful Tools
- HTML5 validator:
- Link-checkers:
- W3C's Link Checker
- Xenu Windows link-checking app
Security
- Web QA Security Checklist
- Burp Suite; proxy for testing security
- OWASP
- WebGoat security-learning tool
- Scanners/Fuzzers:
- XSS Me
- SQL Inject Me
- Netsparker Community Edition
- PowerFuzzer Windows fuzzing tool
- Acunetix Community Edition scanner
Infrastructure / Server Info
Tips and Pointers
- Tips and pointers to testing the various projects:
- Various web-testing tools
- 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
- B2G Tips & Tricks
- Webdev
- Web Production Team
- Website Localization
- IT Acceptance
- IT's Service-Level Agreements
- Launch Checklist
- User Agent Strings
- Awesome Unicode stuff
- 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/