JMeter is server testing software. Any processing you offload to the client, JMeter does not cover - inclulding javascript, html rendering and the like. JMeter can only emulate messages sent between the browser and the server.
-Mike On 23 Jun 2003 at 1:10, Moshe Weitzman wrote: > My web application enables makes significant use of client side > javascript. I'm having trouble seeing how I can coax JMeter into > emulating this sort of behavior. > > An example: > > My web application lets users design business card. So user is presented > with 3 form fields on the left hand side, and a preview of their card on > the right hand side (just and HTML table). As user populates the form > fields on the left hand side, javascript functions fire and update the > Preview on the right hand side. > > So is there some way I can fill in web forms with JMeter, and do an > assertion after each form that some text is present, or check the value > of a browser DOM element? > > Thanks for providing this fine tool. > > -moshe > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 AIM: mstover777 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

