Hi guys,

I am also seeing this issue with R_1809. On the previous version of
WebTest R_1803, the "clickLink" step worked perfectly.

My clickLink call is as follows:

<clickLink label="My Report"/>

The WebTest report returns the following result for the test:

Link not found in page http://mercury-static.dcc.fexco.ie/dais/welcome.htm

And then returns a list as follows:

label "" with url "/reports/external/my_report/query.htm" and id "" 

As a result, all my WebTests are now failing.

Has there been a change to the WebTest functionality for "clickLink" in
R_1809?

thanks!


Lisa Crispin-2 wrote:
> 
> Clearly we can't move to a newer version of webtest, but perhaps there is
> just some step I missed in installing the new version... here's the third
> problem I'm seeing.
> 
> In a page we have a list of links to documentss that popup in a window. Of
> these two links below, clickLink brings up the first one fine, but on the
> second one, it does not bring up the window. There are no errors from
> webtest, but of course the test fails. The first link (the one that works)
> brings up a Windward doc. The second one is only trying to bring up a
> popup
> window.
> 
>  <tr>
>                         <td width="5%" valign="top" align="right">
>                             <input type="checkbox" value="condition2"
> name="condition" id="condition2"
> 
> onchange="updateSignatureFields();""/>&nbsp;
>                         </td>
>                         <td width="60%" valign="top">
>                                                              # Loan Policy  
>                                                     </td>
>                     </tr>
> 
>                     <tr>
>                         <td width="5%" valign="top" align="right">
>                             <input type="checkbox" value="condition3"
> name="condition" id="condition3"
> 
> onchange="updateSignatureFields();""/>&nbsp;
>                         </td>
>                         <td width="60%" valign="top">
>                                                              # Loan Terms
> & Conditions  
>                                                     </td>
>                     </tr>
> 
> The webtest script for the first link is:
> <clickLink description="click Loan Policy doc link"
>     label="Loan Policy"/>
> 
> The one for the 2nd link is:
> <clickLink description="click the Loan Terms and Conditions link"
>   label="Loan Terms &amp; Conditions" />
> 
> Thanks,
> Lisa
> 
> 
> -- 
> Lisa Crispin
> Co-author with Janet Gregory, _Agile Testing: A Practical Guide for
> Testers
> and Agile Teams_ (Addison-Wesley 2009)
> Contributor to _Beautiful Testing_ (O'Reilly 2009)
> http://lisacrispin.com
> @lisacrispin on Twitter
> 
> 

-- 
View this message in context: 
http://old.nabble.com/clickLink-issue-with-new-version-tp29670732p29695781.html
Sent from the WebTest mailing list archive at Nabble.com.

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to