I can specify a think time for my visual studio 2012 load test. But is it possible, to give the think time a factor like: 40*{{factor}}
If factor = 2, my think time is 80s
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am not sure if this will work, but you can give it a try.
Create a LoadTest plugin and in the Initialize method set the
DelayBetweenIterationsvalue you want:Add your plugin to your load test by right click to the load test –> Add Load Test PlugIn…