Can you show us the html that webtest is trying to click. cheers
Lee 2009/5/15 Roman Kažimír <[email protected]> > Hi, > > I want to ask you about Click Button problem. We recently changed build of > canoo from 1700 to 1762. After this change one of our test is failing. > > <steps> > &dologin_admin; > <clicklink description="Auswahl Schadentypen" > label="Schadentypen"/> > > <clicklink description="Select" label="Schadentyp > 00153_RP"/> > <setRadioButton description="HATSCHAEDIGER" > name="HATSCHAEDIGER" value="true" /> > <setRadioButton description="HATGESCHAEDIGTE" > name="HATGESCHAEDIGTE" value="true" /> > <setRadioButton description="HATSCHADENURSACHE" > name="HATSCHADENURSACHE" value="true" /> > <setRadioButton description="HATVERSCHULDEN" > name="HATVERSCHULDEN" value="true" /> > * <clickbutton description="Save" > label="Speichern"/>* > > </steps> > > The button is on the page (tried it manually), it is also in the webtest > result. This is a common button (no redirections). After switching back to > build 1700 it works again. > > Could it be problem of newer builds? > > Thanx. > > Roman Kažimír >

