Hi, i try to capture the text before browser rendering and there is some chars that are escaped as entities like you suggest, but I'm keeping the same problem. The verifyText element fails, but now i put the correct text (raw server response).
This is an example. - I like to verify that this error message appear in the page: "O valor deve estar entre 5000 Є e 75000 Є" - I wrote this testing element: <verifyText text="O valor deve estar entre 5000 Є e 75000 Є"/> - But I've still got the fail: Text not found in page. Expected <O valor deve estar entre 5000 Є e 75000 Є> Maybe i didn't understand something. Thanks in advance. José. 2007/12/11, Marc Guillemot <[EMAIL PROTECTED]>: > > José Fachal Fraguela wrote: > > Hi, i've got a problem with <verifyText> step. > > > > I need to validate some special characters like ç, ã, :, é. When i try > > to validate these characters the test fails. > > > > Step[verifyText "Verify that text is contained in the page" (2/3)]: Text > > not found in page. Expected: <Simulação: Crédito Automóvel> > > > > I check the result page and the text is present. > > > > I suppose that there is any way to escape these characters but i didn't > > found this information on the web. > > > > May i must write a regular expression instead of the entire text? > > > > Any suggestion? > > verifyText works on the raw server response. Have you looked at it? Is > it possible that these non ascii characters are coded as entities in the > html source? > > Marc. > -- > Blog: http://mguillem.wordpress.com > > > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest >

