In order to record HTTP request using JMeter recording controller we need to configure browser proxy connections. We can use any of the browser for recording. Here we will discuss on how we can configure Firefox, Internet Explorer and Chrome browser.
At first we have to open the browser window where the web application will run and change its Proxy server settings.
Firefox Browsers:
- Open Firefox Browser
- Go to Tools->Options
- Options page is displayed, Note that I am using Firefox version 38.0.5
- Click on Advanced Tab
- Click on Network sub tab
- Click Settings button of the Connection area.
- Connection Settings window is displayed
- Select Manual Proxy configuration
- Enter HTTP Proxy as “localhost”
- Keep port as “8080”
- Make sure that “Use this proxy server for all protocols” option is checked
- Click OK button of Connection Settings window
- Close the Browser window
Internet Explorers:
- Open Internet Explorer
- Go to Tools>Internet Options
- Internet options window is displayed
- Click on Connections tab
- Click on LAN Settings button
- LAN Settings window is displayed
- Uncheck “Automatically detect settings”
- Check the “Use the proxy server for your LAN” options
- Type address as “localhost” and port as “8080”
- Click OK button of the LAN Settings window
- Click OK button of Internet Options window
- Close the Browser window
Chrome Browser:
- Open Chrome Browser
- Click on Customize and control Google chrome button located at top right corner. A drop down menu is displayed.
- Click on Settings option
- Settings page is displayed.
- Scroll down to the bottom of the page and click on Show Advanced Settings link to expand the page.
- Click on Change Proxy Settings…
- Internet Properties window is displayed and click on Connections tab.
- Click on LAN Settings button.
- LAN Settings window is displayed
- Uncheck “Automatically detect settings”
- Check the “Use the proxy server for your LAN” options
- Type address as “localhost” and port as “8080”
- Click OK button of the LAN Settings window
- Click OK button of Internet Options window
- Close the browser window.
Happy Load testing with JMeter!!!…..
thnx budddy
ReplyDelete