Re: Checking behaviour in testcase

2007-09-06 Thread Emanuele Gesuato
Jean-Baptiste Quenot wrote: WicketTester has not the exact same request lifecycle as in a real webapp. Can it be because of isTemporary() returns true? Yes it is. Thanks. How could i test the presence of the behaviour **AND** mantain the isTemporary with return false ? Is it possible ? T

Re: Checking behaviour in testcase

2007-09-06 Thread Jean-Baptiste Quenot
* Emanuele Gesuato: > I'm trying to check the presence of a behaviour in a testcase. > > I have a page with a checkbox and a button, if a user click on > the button without selecting the checkbox, an alert box show a > message. If i access to the page through a browser (firefox) the > page run

Checking behaviour in testcase

2007-09-05 Thread Emanuele Gesuato
Hi there, I'm trying to check the presence of a behaviour in a testcase. I have a page with a checkbox and a button, if a user click on the button without selecting the checkbox, an alert box show a message. If i access to the page through a browser (firefox) the page runs fine and the alert