Apache Benchmark: How To
March 8, 2009 § Leave a Comment
I can never remember the options to goes to ab command.
ab -n 1000 -c 5 {url}
Legends:
-n: total number of times hitting the URL.
-c: total number of concurrency.
Watir: Web App Testing in Ruby
March 16, 2008 § Leave a Comment
What is it:It is an open source library to automate web browser, controlling it from command line. It is written in Ruby.What’s the downside:It can only control IE. But worry not, there’s FireWatir. FireWatir can control Firefox in addition to IE.What are the alternatives:
- Mechanize is written in Python.
- Which is based on WWW-Mechanize on Perl.
References: