2 messages in com.canoo.lists.webtest[Webtest] clicklink and javascript
FromSent OnAttachments
Latha P Subramaniam24 Feb 2004 14:16 
lisa...@att.net24 Feb 2004 16:15 
Subject:[Webtest] clicklink and javascript
From:Latha P Subramaniam (psla@yahoo.com)
Date:02/24/2004 02:16:04 PM
List:com.canoo.lists.webtest

Hi,

We have crossed the protocol problem. But now we are facing a problem with "clicklink". "clicklink" doesn't bring up the next page in my application. It just stays in the same page.

The image on which I do "clicklink" neither have 'alt attribute' or 'name', I used javascript through href in "clicklink". Is this a problem? If so, how to overcome this?

Any help is welcome. Following is the script we use.

<setinputfield stepid="Input User Name" name="UserName" value="user1"/> <setinputfield stepid="Input Password" name="Password" value="password1"/> <clicklink label="" href="javascript:forward();"/> <verifytext stepid="verifying text in the application" text="Select an account"/>

Thanks, Latha