Home > Net >  Jmeter Math Confusion
Jmeter Math Confusion

Time:11-18

I have A problem With The Jmeter Tool it dosen't view result i'm testing from my local host and i don't know where is the problem This is my Recording templete

And This is my Local Host That I want To test It

I Don't Know What Is The wrong

CodePudding user response:

  1. You need to configure your browser to use JMeter as the proxy
  2. If you're recording HTTPS traffic you need to import JMeter's certificate, see HTTPS recording and certificates chapter of HTTP(S) Test Script Recorder JMeter User Manual entry for more details
  3. In case of any problems check jmeter.log file for any suspicious entries

Also be aware of an alternative way of recording a JMeter test: JMeter Chrome Extension, in this case you won't have to worry about proxies and certificates, just follow your test scenario steps in the browser and once done you will be able to export recorded requests in form of JMeter's .jmx test script

  • Related