11 messages in com.canoo.lists.webtestRe: [Webtest] clickbutton not working
FromSent OnAttachments
Maud JAMATI13 Jul 2005 08:49 
Maud JAMATI13 Jul 2005 09:36 
Marc Guillemot13 Jul 2005 23:42 
Maud JAMATI18 Jul 2005 06:31 
Marc Guillemot19 Jul 2005 08:37 
Maud JAMATI20 Jul 2005 02:12 
Marc Guillemot20 Jul 2005 02:29 
Maud JAMATI20 Jul 2005 05:27 
Marc Guillemot20 Jul 2005 05:39 
Maud JAMATI20 Jul 2005 06:30 
Maud JAMATI22 Jul 2005 02:38 
Subject:Re: [Webtest] clickbutton not working
From:Maud JAMATI (mau@yahoo.com)
Date:07/20/2005 06:30:36 AM
List:com.canoo.lists.webtest

yes it's inside a form, the only one in the page.

<form name="Form" method="post" action="../dccModule/InstallationRequired">

but I tested other objects inside that form without error( like clicklink, setinputfield) and without using selectForm

--- Marc Guillemot <mgui@yahoo.fr> wrote:

Try to reduce your page to the minimal amount of code producing the wrong behavior. Your html code snippet looks ok. One (stupid) question: is your input in a form?

Marc.

Maud JAMATI wrote:

Thanks Marc sorry to send so many mails :o)

some more info on the html code that I would like to test, there are two lines before and one line after the submit button code maybe this might cause the trouble?

<script type="text/javascript" src="/com_web_ui/js/browserVersion.js"></script>

<script type="text/javascript" src="/com_web_ui/js/dynamic.js"></script>

<input name="InstallationRequired.Button" type="submit" class="Btn1" value="Initialize" title="Initialize DCC with the specified password" onclick="return installClicked();" onmouseover="javascript: if (this.disabled==0) this.className='Btn1Hov'" onmouseout="javascript: if (this.disabled==0) this.className='Btn1'" onblur="javascript: if (this.disabled==0) this.className='Btn1'" onfocus="javascript: if (this.disabled==0) this.className='Btn1Hov';javascript: if (ccFocus) ccFocus.set(this)" />

<input type="hidden"

name="InstallationRequired.Button.DisabledHiddenField"

value="false" />

Cheers, maud

--- Marc Guillemot <mgui@yahoo.fr> wrote:

No idea as this issue doesn't tell much about what is not working.

Marc.

Maud JAMATI wrote:

Thank you Marc

I still get the same error in the logs, "No button found"....

I just saw this notification (see below) in one

of

the

webtest mail today, could my issue be related to

this?

Cheers, maud

---------------

ClickButton.java v1.57 and v1.58 don't work

properly

----------------------------------------------------

Key: WT-66 URL:

http://webtest-community.canoo.com/jira/browse/WT-66

Project: WebTest Type: Bug Versions: 1.7-SNAPSHOT Environment: Windows 2000 Professional Reporter: Alvin Leung

File

CanooWebtest:/webtest/src/com/canoo/webtest/steps/request/ClickButton.java

v1.57 and v1.58 don't work on my system, but v1.56 does when webtest is recompiled

--- Marc Guillemot <mgui@yahoo.fr> wrote:

For instance

<clickButton stepid="Click the Initialize button" name="Login.Submit"/>

Marc.

Maud JAMATI wrote:

Hi Marc,

Thank you for your feedback.

Would you have any suggestion looking at the

html

code

of what webtest syntax I could use to automate

that

button?

Cheers, maud

---Marc Guillemot <mgui@yahoo.fr> wrote:

Hi,

you don't have any button with id "javascript: return installClicked()" (it would be quite a strange id, perhaps invalid) therefore can't webtest find it.

Marc.

Maud JAMATI wrote:

a bit more info, in fact the button is not

found

on

that page:

with the following code <clickButton stepid="Click the Initialize button" label="Initialize" htmlId="javascript: return installClicked()"/>

I get the following error in the log [testSpec] INFO

(com.canoo.webtest.steps.Step)

-

Start Step: clickButton "Click the Initialize

button"

(11/15) [testSpec] INFO (com.canoo.webtest.steps.request.ClickButton)

-

No

=== message truncated ===