2
votes
5answers
134 views

Tools to measuring page rendering time

I'm using Jmeter at my organization for performance testing. The application is a secured web portal that provides a lot of reports and documents to its user. A major issue that I've run into is ...
3
votes
1answer
69 views

Jmeter's threads got stuck and never end

I'm working on some Jmeter scripts, everything seems to work just fine; they got recorded and run properly (for a couple of users anyway). The problem appears when I run the scripts for more than ...
2
votes
0answers
91 views

How to deserialize and correlate Binary Large Objects in Load Runner 11.5 Web Custom Request?

I'm working on a Silverlight based application. We've recorded the scripts using Load Runner 11.5 and while replaying to find dynamic values for correlation, we found out that the entire data in a ...
1
vote
2answers
95 views

JMeter Concurrent Users Count Practice

I have a web application which is working in production and there are 2000+ users of my application. Now I have to perform performance testing on the system so is there any idea how many concurrent ...
2
votes
1answer
47 views

Finding client-side bottlenecks in Silverlight

I'm in charge of load testing and finding bottlenecks in a Silverlight application - no functionality testing, just load and performance testing. I don't know much about the underlying core of ...
4
votes
4answers
337 views

Looking for open source, Java-based tool for performance testing

Goal: I have an enterprise application written in java to test for performance. I need to do it separately, so I will be basically simulating a user interaction over http/https. My findings: ...
2
votes
4answers
245 views

Learning resources for Performance Testing and LoadRunner

This question might be off-topic and/or Subjective but I am asking this question because I could not fine any suitable answers via Google. I am a Manual tester with knowledge of Java, SQL Server. ...
3
votes
2answers
138 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
112 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 ...
0
votes
1answer
1k views

Handling JSF ViewState errors using JMeter

I'm facing an issue while running a recorded test scenario of an application login using a single user on JMeter. I've used JMeter's proxy server to record all the requests of the login scenario. The ...
9
votes
5answers
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. ...
11
votes
9answers
594 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 ...