Tagged Questions
2
votes
1answer
317 views
Passing a dynamically created query string between requests in web tests?
So we have the following type of a URL:
http://www.myurl.com/mypage.aspx?suid=145db467-907e-4e3d-b944-c1666f9d08d6
This suid query string is generated dynamically and is unique to the specific ...
1
vote
1answer
51 views
Simulating a click in web performance tests
I am working with web-test in visual studio test system, without writing a code test, is there a way to invoke a click on a link/button/submit item? I am thinking of doing this by adding a request in ...
3
votes
2answers
129 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
2answers
261 views
Visual Studio 2010 Performance Testing Javascript not supported
Quite simply the question in the title, when I run test it by default runs it within my visual studio.
This doesn't seem to support JavaScript which makes all my test's invalid. Is there anyway to ...
1
vote
1answer
105 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 ...