51Testing软件测试论坛

标题: 怎么写XML [打印本页]

作者: keenling    时间: 2007-8-13 13:43
标题: 怎么写XML
怎么让QTP凭空建一个XML,对其写入指定的数据
作者: hsjzfling    时间: 2007-8-13 14:35
偶刚尝试了下~~将以下代码在QTP中运行吧~
Dim xmlDoc,root
Set xmlDoc = XMLUtil.CreateXML()       
xmlDoc.CreateDocument "Test"
Set root = xmlDoc.GetRootElement()
root.AddChildElementByName "Tester","Kevin"
xmlDoc.savefile "C:\test.xml"
作者: walker1020    时间: 2007-8-13 23:25
hsjzfling 的方法应该可行




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2