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 |
What are the maximum recommended threads on a single system?
Explain how jmeter works?
Explain what is the configuration elements?
Explain how you can perform spike testing in jmeter?
What are regular expressions in jmeter?
What are samplers & thread groups?
What is beanshell scripting?
Whether the test plans built using jmeter are os dependent?
What is a timer in jmeter and what are the types of it?
What is a test plan in jmeter?
How do you manage sessions and cookies in jmeter?
What is distributed testing?