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="" ?acao=telaRegistrarAndamento&codFuncionalidade=25"
=============================================================
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

