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, if we define a regular expression r. where ‘r’ is a literal character that matches just ‘r’ and ‘.’ is … Read more

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 the components are static and saved in the browser cache to reduce the network traffic and boost the loading speed … Read more

How does JMeter simulate a real browser?

Just having a knowledge of how to record the script for an application and execute the test; should not be enough for a performance tester. As described in the previous article, performance testing should be realistic rather than just a simple test. To implement this concept, a performance tester should know how does a testing … Read more