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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Michael Stover <[EMAIL PROTECTED]> Apache Software Foundation --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

