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 a workbench and why is it required?
Why is it recommended to run jmeter in gui mode?
What is distributed load testing?
What are pre-processor & post-processor elements?
What is workbench?
In jmeter is it necessary to call embedded resources explicitly?
Where you can use functions and variables?
How you can perform spike testing in jmeter?
What are pre-processor elements?
What is the use of co-relation in jmeter?
How to reduce the resource requirement in jmeter?
Explain what is post-processor?