preload

SetChildElementByAttr (QTP, TestComplete, VBScript)

Posted by Albert Gareev on Aug 30, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Sets text value for the child XML node specified via XPath query. Note: creates a new XML node if nothing was found. Implementation Public Function SetChildElementByAttr(ByRef objXMLParent, ByVal sTagName, ByVal sAttrName, ByVal sValue)  Dim objNode   sTagName = Trim(sTagName)   sAttrName = Trim(sAttrName)   sValue = CStr(sValue) [...] ...
Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported
This work by Albert Gareev is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported.