You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Shailender Jain <sh...@teleatlas.com> on 2004/08/13 12:25:53 UTC

Frames and Render HTML

Hai,

Has anybody used JMeter for testing a application which has got simple
JSP.
These JSP will have other JSP included in  them through the usage of
<frame> tag.


How can JMeter be used most effectively to simulate what the user will
see in their browsers?


Regards
Shailender Jain


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Frames and Render HTML

Posted by Michael Stover <ms...@apache.org>.
JMeter doesn't simulate user experience, it simulates server
experience.  In other words, what do those frames look like from your
web server's perspective?  They look like a series of http requests to
the server, first for the page that describes the frames, and then for
the pages that make up the frames.  That those pages will be displayed
by a browser in a frame is of no consequence to the server.

To simulate a browser requesting those pages, JMeter just has to have an
HTTP Request for each page, as usual.

-Mike

On Fri, 2004-08-13 at 06:25, Shailender Jain wrote:
> Hai,
> 
> Has anybody used JMeter for testing a application which has got simple
> JSP.
> These JSP will have other JSP included in  them through the usage of
> <frame> tag.
> 
> 
> How can JMeter be used most effectively to simulate what the user will
> see in their browsers?
> 
> 
> Regards
> Shailender Jain
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
-- 
Michael Stover <ms...@apache.org>
Apache Software Foundation


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org