JMeter : SwitchControler or How to run a sampler with a certain percentage
Context: Example: SwitchControler or How to run a sampler with a certain percentage: Create a Test Plan like this one: // Array of values that contain the % repartition we want int[] values = (int[])vars.getObject(“RANDOM_VALUES”); if(values==null) { values = [0,1,2,3,2,3,1,3,2,3] as int[]; vars.putObject(“RANDOM_VALUES”,values); } // Increment that will be used in SwitchController value […]
Read moreLoad Testing GWT RPC applications with UbikLoadPack Plugin for JMeter
Load Testing GWT-RPC applications with UbikLoadPack Plugin for JMeter Context You have a GWT-RPC (Google Web Toolkit RPC) based application and you want to load test it using Apache JMeter But the problem you are facing is that GWT-RPC protocol uses an optimized format which makes it hard if not impossible to: Understand the content […]
Read moreJMeter New GUI features to increase your productivity
JMeter New GUI features to increase your productivity JMeter GUI has been improved in many ways in the last four versions and work continues as of upcoming 2.9 version. Enhancements have been made to make its ergonomy better and increase user productivity and pleasure. With Apache JMeter 2.6 came a new Toolbar that speeds up […]
Read more





