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 major differences between jmeter and load runner.
Which factors decide the maximum threads that one should generate per system?
Mention what are regular expressions in jmeter?
What is distributed load testing?
What is distributed testing?
Explain what is jmeter?
What is a root ca certificate?
What is workbench?
Does jmeter simulate actual browser behavior?
List the tyoes of assertion in jmeter?
What are the types of controller in jmeter?
Mention the differences between jmeter and soapui.