JoeSniff

Joseph Wilk - JoeSniff

Joseph Wilk’s Blog - Monkey amongst men

Funkload Build script

Summary Funkload is an open source python based unit testing tool. It serves as a good tool for load testing. We can use it to create a unit test which simulates a user browsing through a site. To test load run two simultaneous instances of the unit test and so on scaling up the number of concurrent instances. Offical Site: http://funkload.nuxeo.org/ I have written a python based Funkload build script which: Builds ...

Continue