Loadcoder is a load testing tool written and used in Java
Get a flying start with the zipped Maven project below
Loadcoder is open source at Github. Contribute in your way to evolve Loadcoder
Loadcoder at GithubAccess Loadcoder through Maven with
com.loadcoder
loadcoder-all
3.1.0
or
com.loadcoder
loadcoder-core
3.1.0
Performance tests are just like any other automated tests. By implementing it with code, you are choosing the most automatable way of performing them.
Most performance tests isn't just measuring response times for calls invoked from parallell threads. You need to to parse responses, making assersions, managing testdata, solving authentication and exception handling just to name a few things. There is just one way to do this if you want dogde limitations and maintain efficiency. By code!
In todays demands of agility, performance testing needs to be done at various stages during development in order to minimize risk. This includes everything from production like end to end tests, all the way down to unit-test like load-tests. Instead of choosing tooling based on knowledge of individuals, it may be done based on demands. To view code as the language your organisation speaks will not only be an enabler for the DevOps culture and IAC. It will also open the doors for people to finally work with performance testing like it always was ment to. Through collaboration of code, as early and automated as possible.