3
votes
2answers
124 views

Load test with multiple credentials

Okay so I have created a very simple webtest. The purpose of this webtest is to attempt to login whilst simulating a few failing attempts. The webtest has the obvious credentials associated with it:- ...
1
vote
1answer
103 views

Dynamic number of request parameters for web performance testing in Visual Studio

I need to change several requests parameters list to make it dynamic. The number of parameters can differ and depends on previous request responses. In JMeter it can be done just using the regular ...