darshan


{ City } bengaluru
< Country > india
* Profession * software test engineer
User No # 123917
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 1
Questions / { darshan }
Questions Answers Category Views Company eMail




Answers / { darshan }

Question { 949 }

What is the use of regular expression in jmeter?


Answer

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

Question { 864 }

What are the maximum recommended threads on a single system?


Answer

32754

Is This Answer Correct ?    0 Yes 1 No