Hi,

On 09/09/10 00:13, Prostak wrote:
> 
>> Depends on what the test is trying to achieve
> 
> I am doing performance testing (trying to see the average response time).
> 
>> ... and whether the requests really are identical or not. 
> 
> I don't know if they are identical or not.

If it is your browser doing the request, you can try Firefox with the
LiveHTTPHeaders plugin. This will show you exactly what the requests
are, with all gory HTTP details.

When you replay the recorded plan with Jmeter, you can compare the
requests using the View Results Tree Listener, it has a "Request" tab.

>> If it is simulating a browser that has been set to cache content,
> 
> I don't know what their purpose is.
> 
> Should I keep them? Or should I delete them as they will not effect the
> performance results much?

If any browser does 10 requests during a page load, Jmeter should do the
same, generally speaking. Otherwise, your testing load may be understated.

HTH,
Felix

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to