I ran the Jmeter script in non-GUI mode using the following command:
java -jar ApacheJMeter.jar -n -t C:\XXX\test1.jmx -l C:\YYY\testResult\log${__time(ddMMyy_HHmmss)}.jtl
NOTE: the script does not have any Result Listener enabled.
Now when I load the saved JTL file (obtained for non-GUI execution) into View Results tree listener:
- only Sampler results tab is populated;
- Request tab is NULL and Response tab is blank.
How can I see the results in the above tabs too so that I can view how page is load?
Or is there any other alternative to view how page is loaded?