QA/Execution/Web Testing/Tools

From MozillaWiki
Jump to navigation Jump to search

Here is a list of suggested tools & resources

Performance and Load-Testing Tools

Strategy / Approaches / Considerations

Tools

Apache Bench

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:
    • .
    • .

Grinder

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

Siege

References

Useful Tools

Security

Infrastructure / Server Info

Internal access only

Tips and Pointers

Reference Links