We use a product called QuickTest Pro by Mercury Interactive (http://www-heva.mercuryinteractive.com/) to do what you are trying to do. The product is however expensive, but it does allow for client side testing of javascript via frames. Another possibility is to use the javascript debugger available for Netscape 7 called Venkman (http://www.mozilla.org/projects/venkman/ ). It's not automated, but it does allow you to test your javascript across frames. Hope this helps, Dan. -----Original Message----- From: Moshe Weitzman [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 9:43 AM To: JMeter Users List Subject: Re: interacting with the browser DOM?
Thank you Michael. Does anyone know of an automation tool which allows one to interact with the browser DOM as described. [EMAIL PROTECTED] wrote: >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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

