I have installed jmeter based on tutorial in guru99.com
and now following exactly the steps from https://www.guru99.com/jmeter-performance-testing.html page but get no graph results .
I open jmeter in gui mode cause in the command line mode I get error
could not open testPlan.jmx
NO graph results with jmeter
3.5k Views Asked by Ioanna M. At
3
There are 3 best solutions below
0

You should set number of users enough to be visible on your graph and on your picture there's no HTTP Requests. In my case I've set number of users equal 20 in my Thread Groups with Ramp-Up period equal 60.
Also I've:
- added HTTP Request Defaults, HTTP Header Manager and Graph Results in the root of my Test Plan
- added two Thread Groups in the root of my Test Plan
- added 20 different HTTP Requests in both Thread Groups
- added View Results listeners in both Thread Groups
0

I followed the same tutorial, I am using jmeter4, initially, I faced the same issue, then I tried importing the following suite, I did the following,
Check whether you are connecting to the internet via a proxy. If yes, remove the proxy.
Open a new instance of Jmeter
Open the PerformanceTestPlan.jmx in Jmeter
Double Click on Thread Group -> Graph Result
Run the Test
You forgot to add HTTP Request which will send the request