Reputation: 81
I am using an XML file to report the details of the execution in QTP test, where I have to report the data entered in each field.
The data contains special characters (bevcause it could be in different languages such as Japanese, Chinese, etc) because of which the reporting XML is crashing while opening in a browser.
I came to know that mentioning the encoding type while creating the XML will solve the issue.
I am using the XMLUtil.CreateXML
statement.
Upvotes: 1
Views: 243
Reputation: 15390
It should be UTF-8 encoding. But QTP by default saves the file in the UTF-8 encoding only.
Upvotes: 1