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 !
Thank you for reading this post. You can now Leave A Comment (0) or Leave A Trackback.
Print This Post
Post Info
This entry was posted on Thursday, June 28th, 2007 . Tagged with: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:
- SC Magazine 2010 Awards Winners
- Qualys Unveils 3 New Services – Some Are FREE!
- OWASP Broken Web Applications – Excelent Learning Tool
- GFI WebMonitor 2009 Review
- ModSecurity 2.5 – New Book Soon To Be Released
- NetWitness releases NextGen version 9.0
- Twitter Weekly Updates for 2009-07-19
- Twitter Weekly Updates for 2009-07-12
- Twitter Weekly Updates for 2009-07-05
- Twitter Weekly Updates for 2009-06-28



