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
Mention the execution order of test elements?
Explain how you can capture the script of the authentication window in jmeter?
How you can capture the script of the authentication window in jmeter?
What are post-processor elements?
What are the important plugins supported in jmeter?
What is the execution order of test elements?
What are the benefits provided by jmeter for performance testing?
What are pre-processor elements? List some of the pre-processor elements?
Explain what are pre-processor elements? List some of the pre-processor elements?
What are the different types of listeners?
What does “contains” and “matches” indicate in the regular expression?
Explain the flow of test script recorder.
What is the role of timer in jmeter?
Explain what is test fragment?
What does “contain” and “matches” indicates in the regular expression?