Hi all, I have done some more investigation and chances are that the issue is linked to a bug in the application. Since the problem does not occur on every instance of the French character 'é' I decided to take a closer look at the menu items in the application itself. And there I noticed a difference with other menu items that DO work.
Bottom line: three cheers for Canoo because thanks to the webtest we may have found a serious bug. And that's what Canoo is supposed to do, right? Thank you all for your advice on this. Gert > From: [email protected] > To: [email protected] > Subject: Re: [Webtest] Tests in French > Date: Wed, 16 Jun 2010 13:40:14 +0200 > > Hmm, not really. In fact you should try to evaluate the XPath in a > browser for instance in Firefox with XPather or WebTestRecorder. > > Cheers, > Marc. > -- > Blog: http://mguillem.wordpress.com > > Gert Pauwels wrote: > > is this sufficient: > > > > <li><a href="javascript: void(0);" id="menu-item.my_work.path">Mon > > travail</a> <ul><li><a > > href="screen/view.do?screen=EIM_InvestigatorHomePage&clearReplacementsContainer=true&clearLocks=true&csrftkn=1190777609 > > > > <view-source:http://leuaix0202:9081/norkom/screen/view.do?screen=EIM_InvestigatorHomePage&clearReplacementsContainer=true&clearLocks=true&csrftkn=1190777609>" > > onclick="return cursorWait(this)" > > id="menu-item.my_work.path:menu-item.home.path">Page > > d'accueil</a></li><li><a href="javascript: void(0);" > > id="menu-item.my_work.path:menu-item.my_alerts.path">Mes alertes de > > détection</a> <ul><li><a > > href="screen/view.do?screen=EIM_Alert_MyAlerts&clearLocks=true&csrftkn=1190777609 > > > > <view-source:http://leuaix0202:9081/norkom/screen/view.do?screen=EIM_Alert_MyAlerts&clearLocks=true&csrftkn=1190777609>" > > onclick="return cursorWait(this)" > > id="menu-item.my_work.path:menu-item.my_alerts.path:menu-item.my_alerts.path">Mes > > alertes de détection</a></li> > > > > Gert > > > > > From: [email protected] > > > To: [email protected] > > > Subject: Re: [Webtest] Tests in French > > > Date: Tue, 15 Jun 2010 16:50:34 +0200 > > > > > > Hi, > > > > > > > <!-- Check the position and the text of top-level menu item--> > > > > <clickLink xpath="//div/ul/li[contains(@id, > > > > 'menu')]...@{level1position}]/a[text()='@{level1}']"/> > > > > > > here you will have a problem when level1 contains a quote because in > > > this case the XPath expression won't be valid anymore. If " is unlikely > > > to appear, you should be able to use > > > > > > <clickLink xpath='//div/ul/li[contains(@id, > > > "menu")]...@{level1position}]/a[text()="@{level1}"]'/> > > > > > > In this case you will have troubles when level1 contains a " and you > > > won't have any problems when it contains a '. > > > > > > > > > > > And while the last one above succeeds, the following does not: > > > > <checkMenuItem level1="Rapports" level1position="5" > > > > level2="Alertes détection" level2position="1"/> > > > > > > this is a special feature of WebTest: it detects that "Alertes > > > détection" has been badly translated and doesn't really sound French ;-) > > > > > > > I am *assuming* that this is due to the accented characters, but I > > > > cannot confirm that. > > > > > > It shouldn't. Can you provide the HTML code of the <a> tag? > > > > > > Cheers, > > > Marc. > > > -- > > > Blog: http://mguillem.wordpress.com > > > > > > _______________________________________________ > > > WebTest mailing list > > > [email protected] > > > http://lists.canoo.com/mailman/listinfo/webtest > > > > ------------------------------------------------------------------------ > > Hotmail: Powerful Free email with security by Microsoft. Get it now. > > <https://signup.live.com/signup.aspx?id=60969> > > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest _________________________________________________________________ Hotmail: Free, trusted and rich email service. https://signup.live.com/signup.aspx?id=60969

