Hello Juan,
I am not sure how Telerik Testing Framework is involved in the issue you are describing. Could you please
provide more information? A
Jing video demonstrating the issue will significantly help us to better understand what is happening.
Also, when using special characters like quotation marks, in order to make them show up on your pages, you need to use a special set of codes called character entities, which you insert into your HTML code and which your browser will display as the corresponding symbols or characters you want.
For example, when you are using quotation mark in your html code you have to use -
"
- This is my hyperlink "damaged" in my html code
Here's a list of all special characters and character entities in html:
http://www.degraeve.com/reference/specialcharacters.php
Regards,
Plamen
the Telerik team