On 08/09/2008, laredotornado <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm using the latest version of JMeter on WinXP. I have the below HTTP > Request ... > > http://screencast.com/t/7YhM8KGRL > > but I have hard-coded what would be submitted if a user checked a particular > checkbox on the page (name=value(kstoel9914c),value=true). Is there a way I > can put in my HTTP Request to auto-check the first checkbox on the page > without hard coding a value? >
There's currently no page navigation built into JMeter - you have to provide the parameters that would be sent by the browser. However, JMeter does have variables, and can extract values from HTML pages. I assume in this case that name=value(kstoel9914c) may vary between test runs. In which case you need to use the Regular Expression Extractor to get the value of the name attribute; you can then use the variable in the HTTP Parameter name section. > Thanks, - Dave > > -- > View this message in context: > http://www.nabble.com/Send-an-HTTP-request-and-auto-check-the-first-checkbox--tp19379228p19379228.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]

