Infinispan – The Path Covered

Last month I attended JUDCon – 2012 (JBoss Users and Developers Conference). One thing that attracted me most were sessions about Infinispan especially by Manik Surtani. I have tried to compile the information gained in a concise form. What is Infinispan? Infinispan is an opensource (LGPL) data grid platform written in Java and Scala. It [...]

Advantage of using Regular Expression Extracter postprocessor over XPath exptractor in Jmeter

In my recent project I needed to do performance testing of SSO log-in with 1000 unique users  with JMeter as performance testing tool. With JMeter, it is very easy to pass values from response of one request to subsequent request by using its post-processor requests. During project time I came up with one scenario where [...]

Performace Testing made easy using Badboy and JMeter

When it comes to performance testing and especially using open source tools such as JMeter, it is often observed that testers(especially from black box background) have a hard time. For simple scenarios such as analyzing performance of different pages in a website wherein the pages can be directly accessed through URL directly, writing JMeter scripts [...]