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 post-processor elements?
What are the uses of monitor test?
What is a test plan in jmeter?
What are the types of a processor in jmeter?
What is jmeter?
Which factors decide the maximum threads that one should generate per system?
What are the types of assertion in jmeter?
What is the use of co-relation in jmeter?
Does jmeter simulate actual browser behavior?
Mention some of the jmeter listeners.
What are configuration elements?
Explain what is a timer in jmeter and what are the types of it?