Collections:
Set Firefox for JMeter Proxy Server
How to set up Firefox to use the JMeter Proxy Server?
✍: FYIcenter.com
If you have the JMeter proxy server running
on your local computer and listening at port 8888,
you can follow this tutorial to
set up Firefox to use it to record all HTTP requests and responses.
1. Run Firefox and click "Options" in the menu.
2. Click "General" and scroll down to the bottom of the settings. You see the "Network Proxy" section.
3. Click "Settings..." in the "Network Proxy" section. You see the "Connection Settings" screen.
4. Change "Configure Proxies to Access the Internet" to "Manual proxy configuration", set enter:
HTTP Proxy: localhost Port: 8888
5. Click OK to save the changes.
Firefox is connected the JMeter proxy server now. You can start to visit your Web application. JMeter will record all HTTP requests and response to build a test plan for you.
The picture below shows you how to set up Firefox for JMeter HTTP proxy server:
Â
⇒ Record Web Session with JMeter
⇑ Recording with JMeter HTTP Proxy
⇑⇑ Apache JMeter Tutorials
2018-07-18, 2896👍, 0💬
Popular Posts:
How to find out my browser's identification information? To help you to see your browser identificat...
How to convert hexadecimal encoded data back to binary data (or Hex to Binary Decoding)? Hex to Bina...
How to generate test phone numbers? Test phone numbers are frequently needed in testing applications...
How to validate Mod 10 (Luhn Algorithm) checksum? In order to help your programming or testing tasks...
How to generate test credit card numbers? Test credit card numbers are frequently needed in testing ...