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 which matches just ‘r’ and ‘.’ is … Read more

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 which has element based scripting feature. Unlike LoadRunner, JMeter does not have separate tools for scripting, scenario creation, test execution and result analysis. Although different elements are used to … Read more