What is the use of regular expression in jmeter?
With regular expression we can pass username or password "Dynamically".
Expression is (.+?)
Example- Consider a login credentials has username as Admin and password as Super. If in case the credentials are hard-coded with the above values and if credentials are changed than the entire script will fail. In order to avoid we use username =(.+?) and password=(.+?)
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what are pre-processor elements? List some of the pre-processor elements?
What are the types of a processor in jmeter?
Explain how you can reduce the resource requirement in jmeter?
What is a timer in jmeter and what are the types of it?
What is a workbench and why is it required?
What is distributed load testing & how to achieve it?
What does “contains” and “matches” indicate in the regular expression?
Does jmeter simulate actual browser behavior?
How to reduce the resource requirement in jmeter?
Explain the syntax of jmeter variables and functions.
What is the execution order of test elements?
Explain what is the configuration elements?