Answer Posted / darshan36
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 |
Post New Answer View All Answers
Is it necessary to call embedded resources explicitly in jmeter?
What is distributed load testing & how to achieve it?
Explain how jmeter works?
What is tidy parsing?
What are the types of assertion in jmeter?
What are the types of controllers in jmeter?
What are the types of a processor in jmeter?
What is the execution order of test elements?
In jmeter is it necessary to call embedded resources explicitly?
What is a workbench and why is it required?
What are the major differences between jmeter and load runner.
What are the types of processors in jmeter?
What are the different ways of data parameterization in jmeter?
What is samplers and thread groups?
Explain how you can perform spike testing in jmeter?