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 is the use of regular expression in jmeter?
Explain what is test fragment?
How you can capture the script of the authentication window in jmeter?
What does “contains” and “matches” indicate in the regular expression?
What are the protocols supported by jmeter?
What are the important plugins supported in jmeter?
Explain what is a timer in jmeter and what are the types of it?
What is post-processor?
What does “contain” and “matches” indicates in the regular expression?
What are pre-processor & post-processor elements?
What are the important steps for testing jdbc request?
What are regular expressions in jmeter?