Hi Juliane,
 
welcome to Canoo WebTest.
 
If the label of your link is unique on the page, simly omit the href attribute. It is not needed then.
BTW: using &amp: was the correct choice ;-)
 
cheers
Mittie
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Juliane Botelho
Sent: Mittwoch, 7. Juni 2006 22:04
To: [email protected]
Subject: [Webtest] Problems with clickLink

Hi,
I'm new using the Canoo Web Test, and I'm having some problems.
I'm trying to use the clickLink, but there is an error that I couldn´t solve.

My code is:

<clickLink description="Follow the link to the next page"
label="Registrar Andamento"                    
             
href=""
     />

When I compile, the following error appears: (Line 81 is the "href".)
\login.xml:81: The reference to entity "codFuncionalidade" must end with the ';' delimiter.

==============================================================
I know that you use '&' to represent the logical operation 'and' as ';' but if I change and use the link below:

href=""

I got that the available link is:
href=""

=============================================================

If I try to change to:
      href=""

appears a lot of codes that i can´t understand their meaning.

=============================================================
My html code is:

 <tr id="row5">
        <td colspan="2" class="WindowFrame" style="padding:5px;">
              <!-- links das ações do menu -->
             
                        <a href=""
                         title="Registrar Andamento"
                         target="frameContent">Registrar Andamento</a>
                    <br/>
               
                        <a href=""
                         title="Pesquisar Processos e Associações"
                         target="frameContent">Pesquisar Processos e Associações</a>
                    <br/>
               
        </td>         
    </tr>
================================================================

Could Anyone help me??

Regards,
--
Juliane Botelho

Reply via email to