How can we effectively manage our performance scripts? When the new codes checked in, the performance scripts should run under certain loads to measure how fast/slow it is.
So, any ideas for automated performance testing strategies?
|
How can we effectively manage our performance scripts? When the new codes checked in, the performance scripts should run under certain loads to measure how fast/slow it is. So, any ideas for automated performance testing strategies? |
|||||
|
|
I use a combination of a Continuous Integration server such as Hudson/Jenkins or Cruise Control to execute a JMeter job each time the code is checked in. |
|||||
|