[Webtest] clicklink in multilanguage applikation

Stefan Ruff webtest@lists.canoo.com
Fri, 07 Mar 2003 08:48:55 +0100


Hi all 

We have al lot of links in our application as follows: 

<a href="/spg/servlet/main?actionmethod=actionTreeNodeXY" class="leftnav1">
Teilschaden
</a> 

This application is multilanguage. Therefore the label ‘Teilschaden’ is in 
every language different. 

The clicklink
<clicklink
       stepid="Click Menu Teilschaden"
	label="Teilschaden"
/> 

works perfect. 

Is it possible to us clicklink with the href attribute ? 

Something like this 

<clicklink
       stepid="Menu Teilschaden"
	label= *
	href="actionmethod=actionTreeNodeTeilschadenUebersicht"
/> 

where the label attribute is not used ? 

We could use property files for the different language. But we don’t want to 
translate all labels twice. Once for the application to get the text and for 
webtest. It’s not possible to use the application translation files for 
webtest. 

Thanks
Stefan Oli