preload

Service Functions – MSXMLDOM (QTP, TestComplete, ...

Posted by Albert Gareev on Jun 30, 2008
0
In the code examples I present I often refer to routine functions. In my framework I have specialized libraries to call from. In my blog I maintain the similar structure.  XML DOM Root Object CreateXMLDOMFromFile CreateXMLDOMFromString CreateXMLDOM Special Nodes XMLAddProcessingInstruction Create/Find/Modify XML Element GetXMLElementProperty SetXMLElementProperty CreateChildElementByName ChildElementByName ChildElementValueByName ...

CreateChildElementByName (QTP, TestComplete, VBScript)

Posted by Albert Gareev on Jun 25, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Create and add (append) child element node to parent with the tagname and inner text specified. Implementation Test Code ...

XMLAddProcessingInstruction (QTP, TestComplete, ...

Posted by Albert Gareev on Jun 20, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Add Processing Instruction node. Implementation ...

CreateXMLDOM (QTP, TestComplete, VBScript)

Posted by Albert Gareev on Jun 18, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Create XML DOM object with a root tag specified. If root tag is invalid returns Nothing. Implementation Test Code ...

CreateXMLDOMFromFile (QTP, TestComplete, VBScript)

Posted by Albert Gareev on Jun 13, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Create XML DOM object by loading it from a file. If file doesn’t exists returns Nothing. Implementation ...

Humor about computers and software

Posted by Albert Gareev on Jun 10, 2008
0
To err is human, but to really foul things up requires a computer. Farmer’s Almanac, 1978 The problem with troubleshooting is that trouble shoots back.  Author Unknown Never let a computer know you’re in a hurry. Author Unknown Treat your password like your toothbrush. Don’t let anybody else use it, and get a new one […] ...
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.