Apache JMeter is open source software, a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. (http://jmeter.apache.org/)
0
votes
1answer
555 views
Using a variable in the filename textfield of CSV dataset config in JMeter
I want to parameterize the filename textfield of CSV dataset config. I am writing into different files for every user that I'm using in JMeter, hence I need to parameterize the filename option in the ...
0
votes
1answer
75 views
JMeter test for Cas Log into AJAX application
I am trying to load test an AJAX application with cas log in.
I recorded and played back the script; I saw user info in log just after recording it and playing back, but as soon as I closed HNX and ...
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
57 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
73 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
2answers
63 views
Is it worth having one set of tests for both functional and performance testing?
I have been writing RESTful service tests using Jersey client. Though the tests are functional, it occurerd to me that I can execute same tests from JMeter and for performance (With some tweak of ...
1
vote
2answers
94 views
Performance testing with 100 users: how to read links from CSV file in JMeter?
I am using JMeter to do performance testing of a site.
I need to test various links of a site (no need to login) with 100 users and loop it for some number of times. I want to put those links in a ...
4
votes
4answers
292 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:
...
5
votes
1answer
507 views
Nothings gets recorded when using JMeter for load testing of Vaddin-based app
We have been trying to do a Quick Load test on one of the POC application developed in Vaddin using JMeter tool, the server is hosted on local network.
The settings for automating Vaddin application ...
5
votes
2answers
189 views
which version of jmeter-plugins (>=0.3.0) can work under JDK 1.5?
Which version of jmeter-plugins (version >= 0.3.0) can work under JDK 1.5?
And which version of JMeter is compatible with this version of jmeter-plugins?
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 ...
0
votes
1answer
2k views
Using Selenium scripts with JMeter for load testing
I'm facing an untraceable problem in creating a 50 users load test on a JSF web application.
The approach that I'm following is this:
Writing a test script in Eclipse using Selenium RC API.
...
3
votes
5answers
5k views
Load Testing, Selenium Vs Jmeter Vs other tools
I have been using Selenium/Webdriver for functional testing in a grid setup.
We are in the process of transitioning to a Solr based search service. I already have Solrmeter for load testing the ...
4
votes
1answer
401 views
Applications that export JMeter-compatible JMX files?
Are there any other tools that can cooperate with JMeter tool? For example I record script and then export it to JMeter. I know that I can export jmx file to JMeter using BadBoy aplication but is ...
4
votes
2answers
2k views
Getting a random line from a file with Jmeter
I know that jmeter has a CSV based controller, but this will just read the lines sequentially, one per thread/iteration.
I also know that you can use
__StringFromFile()
to read in a line from a ...
3
votes
1answer
891 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.

