tags:

views:

175

answers:

2

Hi, I am trying to record a http web page using JMeter 2.3.3 version. I have setup the JMeter proxy and tried, but didn't work. I have followed the below steps.

  1. Launch jmeter 2.3.3, added thread group to test plan
  2. Under Workbench->add->non-test elements-> added HTTP proxy server. proxy server setting are port:9090, target:use recording controller, grouping:donot group samplers, Type:HTTp request and checked the boxes of all under http sampler settings
  3. Saved the settings
  4. Now in browser(IE 7.0 or firefox 3.0.16), under connection settings, setup the manual proxy settings as local host and port as 9090 (no auto detect settings nothing, only manual proxy). Setting saved
  5. Now in the JMeter, started the http proxy server.
  6. Open a browser and hit the webpage needs to be tested.

The page is not opened. In fact because of the changes made in browsers, no pages are opened. Whenever I try hitting a page, the pages are recorded in the JMeter. But without the page open, how can I test.

I looking for an immediate answer and my work is blocked. Immediate answer would be appreciated.

A: 

I suspect that you need to configure JMeter to use a proxy in order to load the pages you're trying to test.

pra
A: 

Please check if you have checked the redirect automatically check box in the HTTP Proxy settings in JMeter.

Tushar Joshi