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
Asked
Active
Viewed 3,150 times
3

UBIK LOAD PACK
- 33,980
- 5
- 71
- 116

Ioanna M.
- 33
- 1
- 3
-
See in jmeter.log full error. also show your test plan – Ori Marko Sep 11 '17 at 08:21
3 Answers
5
You forgot to add HTTP Request which will send the request
Right-click on Thread Group and select: Add -> Sampler -> HTTP Request.

Ori Marko
- 56,308
- 23
- 131
- 233
-
1@GayanWeerakutti if there's only one thread group, as in question, it doesn't matter – Ori Marko Aug 01 '19 at 12:57
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

Gowtham Chand
- 653
- 3
- 10
- 17
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

Gryu
- 2,102
- 2
- 16
- 29