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 configuration elements?
What are the uses of monitor test?
What are pre-processor elements?
What are the types of timer in jmeter?
Is it possible to run selenium scripts in jmeter? If yes, how?
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 perform spike testing in jmeter?
How to perform spike testing in jmeter?
How does jmeter work?
What is the execution order of test elements?
What is a root ca certificate?