Load Testing Apache and Adobe Flex with JMeter made easy

on 3 April 2014 FLEX, JMETER, LOAD_TESTING, PERFORMANCE, PRODUCTIVITY with 1 comment

Context: You want to load test a Adobe or Apache Flex application that uses AMF protocol to dialog with a BlazeDS Backend server (Majority of Flex applications do). You would like to use your favorite Open Source Load Testing tool Apache JMeter for this, but unfortunately AMF protocol is binary making it impossible to: Variabilize […]

Read more

Automatically generating nice graphs at end of your Load Test with Apache JMeter and JMeter-Plugins

on 2 February 2014 DEVOPS, JMETER, JMETER-PLUGINS, LOAD_TESTING, PERFORMANCE, PRODUCTIVITY, TUNING with 3 comments

Update as of November 2017: Since JMeter 3.0, last version being 3.3, JMeter provides Out Of The Box a dynamic Web report with tons of information. You can read an up to date blog (15th january 2019) described here. We highly advise you to use it instead of what is described below which is no […]

Read more

Boost your productivity load testing GWT-RPC based applications with GWT Plugin 3.0.0 for JMeter by UBIK LOAD PACK

on 11 November 2013 GWT, JMETER, LOAD_TESTING, PERFORMANCE, PRODUCTIVITY, TUNING with 0 comments

Boost your productivity load testing GWT-RPC based applications with Ubik Load Pack plugin for JMeter In our previous blog entry we showed you how to Load Test GWT-RPC based application with  Apache JMeter (the Open Source reference for Load Testing) using Ubik Load Pack. JMeter 2.10 has been released few days ago with many nice […]

Read more

Templates or how to speed up your Tests scripting with JMeter

on 10 November 2013 JMETER, LOAD_TESTING, PRODUCTIVITY, TUNING with 3 comments

Templates or how to speed up your Tests scripting with JMeter JMeter sometimes looks unfriendly to newbies due to its large scope of features,documentation is rather rich and they wonder sometimes where to start. Hopefully JMeter 2.10 brings a major improvement in this field through introduction of Templates feature. This feature is also useful to […]

Read more

Extract JSON content efficiently with JMeter using JSON PATH syntax with UBIK-LOAD-PACK

on 28 January 2013 AJAX, JMETER, JSON, LOAD_TESTING, PERFORMANCE, PRODUCTIVITY and Tags: , , , , , with 0 comments

Context: Edit : 9th november 2014: Read up to date using last version of our plugin here.   You use JMeter and want to test an application that massively uses JSON data as exchange format. JSON has become a de-facto standard nowadays and is used often: To return data through Ajax Calls within dynamic websites […]

Read more

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

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

Context: you want to run different parts of a Test plan a different rate you want to be sure one and only one of the samples occur thus you cannot use ThroughputController as you don’t have the guarantee that your sample will run Example: You want to run 4 types of searches: Search by Last […]

Read more