01-24-2011, 05:50 PM
Hi all,
I need to design a test in a web page with Chinese symbols.
Here as a code example:
Here all symbols can be read. But in the QTP editor or in the result view, the Chinese symbols are shown as unknown symbols “”
The test itself is running without any problems.
Dose any knows, if there is a plug-in or add-on for an European QTP to display these symbols?
Thank a lot
Bianca
I need to design a test in a web page with Chinese symbols.
Here as a code example:
Code:
SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe","","U:\","open"
Browser("Page1").Page("Page1").Sync
Browser("Page1").Navigate "http://www.beijing.gov.cn/"
Browser("Page1").Page("首都之窗-北京市政务门户网站").Link("“十一五”盘点").Click
Browser("“十一五”时期国民经济和社会发展盘点").Page("“十一五”时期国民经济和社会发展盘点").Link("“十一五”时期北京市基础设施发展情况").Click
The test itself is running without any problems.
Dose any knows, if there is a plug-in or add-on for an European QTP to display these symbols?
Thank a lot
Bianca