No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
JMeter can be used for mobile apps performance testing, it's built-in proxy can record mobile app traffic which can later be replayed with multiple concurrent users. See [Load Testing Mobile Apps. But Made Easy.](http://blazemeter.com/blog/load-testing-mobile-apps-made-easy) guide for implementation and configuration details.
ASP.NET web applications use viewstate as page-level state management mechanism so at least VIEWSTATE dynamic mandatory parameter needs to be extracted from each response and added as a parameter to next response. See [ASP.NET Login Testing with JMeter](http://blazemeter.com/blog/aspnet-login-testing-jmeter) guide for complete walkthrough on correlation.
As per [The Load Reports](http://community.blazemeter.com/knowledgebase/articles/65153-the-load-reports) guide: > **Average** is the average time of a set of results. > **Median** is a number which divides the samples into two equal halves. Half of the samples are smaller than the median, and half are larger. [Some samples may equal the median.] This …
The End.
Dmitri_1