Regression and Stress Tests with FunkLoad
Today it’s time to present another web testing tool called FunkLoad. This python application can be used for functional and regression testing of web applications.
FunkLoad can also be used as a stress / performance testing tool which functions like a fuzzing engine and it gives you reports on application response.
The main FunkLoad features are:
- Functional test are pure Python scripts using the pyUnit framework like normal unit test. Python enable complex scenarios to handle real world applications.
- Truly emulates a web browser (single-threaded) using Richard Jones’ webunit:
- Advanced test runner with many command-line options:
- Turn a functional test into a load test: just by invoking the bench runner you can identify scalability and performance problems.
- Detailed bench reports in ReST or HTML (and PDF via ps2pdf) containing:
- Easy test customization using a configuration file or command line options.
- Easy test creation using TCPWatch as proxy recorder, so you can use your web browser and produce a FunkLoad test automatically.
- Provides web assertion helpers.
- Provides a funkload.CPSTestCase to ease Zope and Nuxeo CPS testing.
- Easy to install (EasyInstall) and use, see examples in the demo folder.
FunkLoad is released under GPL license, so go ahead download it and give it a spin !
If you enjoyed this post, make sure you subscribe to my RSS feed!
Thank you for reading this post. You can now Leave A Comment (0) or Leave A Trackback.
Post Info
This entry was posted on Thursday, June 28th, 2007 and is filed under Web Applications, Brute Force, Tools.You can follow any responses to this entry through the Comments Feed. You can Leave A Comment, or A Trackback.
Previous Post: WebLOAD - Open Source Load and Stress Testing Tool »
Next Post: Common Vulnerability Scoring System CVSS 2.0 unifies vulnerability scoring »
Read More
Related Reading:
Latest Posts:
- Privacy Dilemma: How to Protect Yourself Online
- Solera Networks Deep-Packet Capture Review
- WordPress Exploit Scanner
- Phishing Exposed, Brands Secured
- Scanners: New Nessus Release; New eEye Web Scanner
- Good News from ArcSight and Imperva
- CCTV Security Camera and Surveillance Equipment
- OpenDNS Offers Free Web Content Filtering
- Can I Evade ScanSafe Anywhere+ ?
- Googlehacks and Anti-Googlehacks

