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 different types of listeners?
Explain what is the role of timer in jmeter?
What is assertion in jmeter? List the types of assertion.
Where you can use functions and variables?
Mention some of the jmeter listeners.
List the tyoes of assertion in jmeter?
What is the use of co-relation in jmeter?
What is samplers and thread groups?
What are the jmeter supported protocols?
What are the important plugins supported in jmeter?
How you can capture the script of the authentication window in jmeter?
What is distributed testing?