hi You need to read up on how HTTP and the browser works. When you submit something on the browser , you are normally making a HTTP POST to the html fom's action with some parameters(the textboxes/radio buttons that you filled) sent to the server. You can simulate what the browser sends when it submits a form using Jmeter. You cannot simulate browser functionality (e.g. javascript or selecting of a drop down or click of a radio button). So you need to find out what the browser posts on submit and recreate the same in JMeter. There are various ways of doing this a. Record whatever the browser is doing using the Jmeter Proxy Server (or badboy ). These will generate the Jmeter Script. If you only want to see what the browser is doing , you can also use something like Fiddler. b. use something like LiveHttpheaders for Firefox
regards deepak On Wed, Sep 2, 2009 at 3:45 AM, Hembha, Ambanna <[email protected]>wrote: > Hi, > > > > I have to test one of our application concurrent user test with small > one search key. Since I'm implementing first Jmeter! > > > > so I'm able to login server; through the user defined parameters, with > CSV data configuration facility.? > > > > My question is after passing my UserName and Password, I suppose to > click on "Submit". To do further my test searching of some key word on > available data? > > > > So how to do all this GUI event initiations ex: click button, select > from drop down list, select radio button etc on GUI ? > > > > -Ambs > > > > > > Please help Logica to respect the environment by not printing this email / > Pour contribuer comme Logica au respect de l'environnement, merci de ne pas > imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen > Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a > respeitar o ambiente nao imprimindo este correio electronico. > > > > This e-mail and any attachment is for authorised use by the intended > recipient(s) only. It may contain proprietary material, confidential > information and/or be subject to legal privilege. It should not be copied, > disclosed to, retained or used by, any other party. If you are not an > intended recipient then please promptly delete this e-mail and any > attachment and all copies and inform the sender. Thank you. > >

