Comments inline. > From: Cheen-Pin Lim <[email protected]> > > I'm trying to do a load/performance test against my website, but was > wondering if it would accurately represent a Web Browser's interaction with > my application server. Specifically around things like @import, background > image URLs defined in CSS files, would HTTP Sampler understand and download > these resources? What about things like resources/processing done via. > AJAX, does HTTP Sampler execute Javascript to download extra content?
If you check the "Retrieve All Embedded Resources from HTML Files" it will fetch everything. Jmeter does not do javascript or ajax - but if you create your test plan using the recording proxy, it will capture any ajax requests made and create samplers for them, which will result in the same effect. > > Thanks in advance for any help in this matter. > > regards, > CP Lee Lowder This communication and any attachments are confidential, protected by Communications Privacy Act 18 USCS ยง 2510, solely for the use of the intended recipient, and may contain legally privileged material. If you are not the intended recipient, please return or destroy it immediately. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
