Why Apache JMeter and Ubik Load Pack is your best load testing tool option

on 16 August DEVOPS, FLEX, GROOVY, GWT, JMETER, JMETER-PLUGINS, LOAD_TESTING, PERFORMANCE, PRODUCTIVITY, TUNING and Tags: , , , , , , , , , , , , with 1 comment

Why Apache JMeter and Ubik Load Pack is your best load testing tool option ? Read in this blog why choosing Apache JMeter + Ubik Load Pack is your best choice for your new Load Testing Solution. First some key benefits of choosing Apache JMeter: 1/ JMeter is becoming a de facto standard nowadays for […]

Read more

JMeter : SwitchControler or How to run a sampler with a certain percentage

on 30 December GROOVY, JMETER, LOAD_TESTING, PERFORMANCE and Tags: , , , with 1 comment

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 more