Tagged Questions
3
votes
1answer
54 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 ...
1
vote
2answers
68 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 ...
4
votes
4answers
290 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:
...
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 ...
12
votes
1answer
9k views
Where can I find good JMeter tutorials?
I have just been assigned the tasks of doing some research and doing some JMeter tests of my own to get familiar with performance testing. As I have never used this tool before, I would just like to ...
3
votes
1answer
871 views
How to stop thread in JMeter?
I need to stop thread in JMeter when some condition is satisfied. How can i do this?
I suppose there should be some method like Thread.Stop() or something like this but can't find concrete info.