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 assertion in jmeter?
What is the execution order of test elements?
What is workbench?
What are samplers & thread groups?
What is distributed testing?
What are the types of a processor in jmeter?
Mention what are regular expressions in jmeter?
What are pre-processor elements? List some of the pre-processor elements?
What are the uses of monitor test?
What is a timer in jmeter and what are the types of it?
How do you ensure re-usability in your jmeter scripts?
What is a timer in jmeter?