Re: testcase click button

2007-11-27 Thread Newgro
If youre using ajax call you should use tester.executeAjaxEvent(componentPath, event) Am i right here that it's not possible to click on a "normal" button? Cheers Per -- View this message in context: http://www.nabble.com/testcase-click-button-tf4682808.html#a13972252 Sent

Re: testcase click button

2007-10-24 Thread Nino Saturnino Martinez Vazquez Wael
If youre using ajax call you should use tester.executeAjaxEvent(componentPath, event) -Nino Emanuele Gesuato wrote: Hi there, I'm writing a testcase but i don't know how to click in a "type=button" input component. If i have a component i can click on it using something similar to: For

testcase click button

2007-10-24 Thread Emanuele Gesuato
Hi there, I'm writing a testcase but i don't know how to click in a "type=button" input component. If i have a component i can click on it using something similar to: FormTester form = tester.newFormTester("myformpath"); form.submit("mySubmitButtonId"); But using a component form.submit