Skip to content

JMeter – Multiple Scripts Scenario

How to do I create a scenario with multiple scripts in Apache JMeter as we do in LoadRunner Controller? Apache JMeter is a single-component tool that has an element-based scripting feature. Unlike LoadRunner, JMeter does… 

Regular Expression (RegEx) – Easy to learn

Regular Expression (RegEx) is a sequence of characters that define a search pattern. Each character in a regular expression is understood to be a metacharacter (with its special meaning), or a regular character (with its literal meaning). For example,… 

JMeter – URL Patterns to Exclude

This is a common question why use the ‘URL Patterns to Exclude’ option while recording the JMeter script? In today’s world, a web application has multiple components which are loaded on the screen. Most of…