user9923622
user9923622

Reputation: 39

Error “This Page Can’t be displayed” when Recording in JMeter

Scenario: After searching an account, I need to click on one of the menu on the left navigation bar that opens an IFrame.

When I do it manually, it works fine. But when I do it during recording in JMeter the error “This Page Can’t be displayed” is being displayed.

How to fix this ?

Upvotes: 0

Views: 229

Answers (1)

Dmitri T
Dmitri T

Reputation: 168147

  1. Use the browser which has separate proxy/certificates configuration. A good choice is Mozilla Firefox
  2. Make sure to clear ALL your browsing data prior to recording. You will have to re-install JMeter's self-signed certificate after this
  3. Check jmeter.log file for any suspicious entries
  4. If you're behind the corporate firewall/proxy you will have to make JMeter aware of this firewall
  5. You can consider using JMeter Chrome Extension for recording, it's non-invasive solution and you will not have to worry about proxies and certificates.

Upvotes: 1

Related Questions