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 |
Explain what is a timer in jmeter and what are the types of it?
Can jmeter record actions from mobile? If yes, how?
Whether the test plans built using jmeter are os dependent?
Explain the architecture of jmeter.
What are post-processor elements?
What is distributed load testing & how to achieve it?
Explain what is jmeter?
What are pre-processor elements? List some of the pre-processor elements?
Where you can use functions and variables?
Explain the syntax of jmeter variables and functions.
What are the benefits provided by jmeter for performance testing?
What is test fragment?