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

Reply via email to