xml demo in fk of QTP...

note:if you don't use a xml object to custom your reoport stylesheet  before,you can first know it from environment vrialbes form File->setting->Envronment  and then export your user-defined variables to xml file ,and to load it  in the run-time.

    -jason 04-07

'xml file:
XMLFileHeader="<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href='Report.xsl' type='text/xsl'?><Report></Report>"

'Create and returns an object of type XMLData
Set objXMLCustomReport =xmlutil.CreateXML()
'initializes an xml object using the specified xml string(eg. xsl file)
objXMLCustomReport.Load XMLFileHeader
'Returns an XMLelement object ,representing the block's root element
Set objXMLroot=objXMLCustomReport.GetRootElement()
'adds a new xml attribute item with the specified name and value to the element.
objXMLroot.AddAttribute "Header","Header"
'adds a child element initialized with a tag and a value.
objXMLroot.AddChildElementByName "TestSuite",""
'Return the first item of the root element
Set objXMLTestSuite=objXMLroot.ChildElements().Item(1)
'adds a child element initialized with a tag and a value.
objXMLTestSuite.AddChildElementByName "TestCase",""
'Save the XMLData document to the specified file
objXMLCustomReport.SaveFile "c:\jason1.xml"

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值