1
vote
3answers
138 views

When should I start doing performance testing of a web-app?

Our company has started developing a new big web application. In a few months we testers will start integration testing, functional testing and regression testing both manual and automatic. I am ...
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 ...
4
votes
5answers
229 views

What Are Some Unobvious Differences Between Testing a Web Application and a Desktop Application?

In the same flavour of this question, what are some unobvious differences between testing a web application and a desktop application? I've recently started looking at automating some GUI tests for a ...
2
votes
3answers
908 views

What are the best tools available to test performance of a MVC web site

I am new to QA. I need to find best tools available to test performance of a MVC web site. Please help me.
8
votes
4answers
5k views

How do you calculate the number of virtual concurrent users to use in a load test given data on actual site traffic?

When working on performance testing, one of the problems I've faced is trying to translate real-world web application traffic to simulated traffic. A practical example is for an eCommerce site. ...