Tagged Questions
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 ...
11
votes
9answers
586 views
Performance testing - a way in?
We have an a browser based application that is built on the Microsoft Stack, specifically .NET 3.5. It also uses Ajax, iframes, jQuery etc.
At the moment we are just guessing at the concurrency ...