preload

p_SetXMLElementCData (QTP, TestComplete, VBScript)

Posted by Albert Gareev on Jul 24, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Remove all existing child CData nodes. Create a new CData node. Implementation ...

p_GetXMLElementCDataByIndex (QTP, TestComplete, ...

Posted by Albert Gareev on Jul 23, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Get CData text from a child node specified by index. Implementation ...

p_GetXMLElementCData (QTP, TestComplete, VBScript)

Posted by Albert Gareev on Jul 22, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Get CData text, combined from all child CData nodes. Implementation ...

p_SetXMLElementTextByIndex (QTP, TestComplete, ...

Posted by Albert Gareev on Jul 19, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Iterate to index. Change value for existing text node. Otherwise create new child nodes till index. Implementation ...

p_SetXMLElementText (QTP, TestComplete, VBScript)

Posted by Albert Gareev on Jul 18, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Remove all existing child text nodes. Create a new text node. Implementation ...

p_GetXMLElementTextByIndex (QTP, TestComplete, ...

Posted by Albert Gareev on Jul 17, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Get inner text from a child node specified by index. Implementation ...

p_GetXMLElementText (QTP, TestComplete, VBScript)

Posted by Albert Gareev on Jul 16, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Get inner text, combined from all child text nodes. Implementation ...

p_SetXMLElementCommentByIndex (QTP, TestComplete, ...

Posted by Albert Gareev on Jul 06, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Iterate to index. Change value for existing comment. Otherwise create new child nodes till index. Implementation ...

p_SetXMLElementComment (QTP, TestComplete, VBScript)

Posted by Albert Gareev on Jul 05, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Remove all existing comments. Create a new node. Implementation ...

p_GetXMLElementCommentByIndex (QTP, TestComplete, ...

Posted by Albert Gareev on Jul 04, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Get comment text from a child node specified by index. Implementation ...

p_GetXMLElementComment (QTP, TestComplete, VBScript)

Posted by Albert Gareev on Jul 03, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Get comment text, combined from all child comment nodes. Implementation ...

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 ...

Load/unload GUI Repositories during run-time (QTP, ...

Posted by Albert Gareev on Apr 15, 2008
0
Load GUI Repositories Unload GUI Repositories ...

QTP Math functions – Check Item in Set

Posted by Albert Gareev on Mar 23, 2008
0
Parent page: Service Functions – Math (QTP, VBScript) Check whether an item is in set ...

QTP Math functions – Check Set Type

Posted by Albert Gareev on Mar 22, 2008
0
Parent page: Service Functions – Math (QTP, VBScript) Check whether a set consists of numeric values Check whether a set consists of date/time values ...

QTP Math functions – Convert Set to Typed Array

Posted by Albert Gareev on Mar 20, 2008
0
Parent page: Service Functions – Math (QTP, VBScript) Convert set to typed array Unit Tests ...

QTP Math functions – Array/Set Conversions

Posted by Albert Gareev on Feb 19, 2008
0
Parent page: Service Functions – Math (QTP, VBScript) Convert array to set Convert set to array ...

QTP Math functions – Check Item in Array

Posted by Albert Gareev on Feb 17, 2008
0
Parent page: Service Functions – Math (QTP, VBScript) Check whether an item is in array Unit Tests ...

QTP Math functions – Check Array Type

Posted by Albert Gareev on Feb 15, 2008
0
Parent page: Service Functions – Math (QTP, VBScript) Check whether an array consists of numeric values Check whether an array consists of date/time values ...

QTP Math functions – TypedArraySort

Posted by Albert Gareev on Jan 14, 2008
0
Parent page: Service Functions – Math (QTP, VBScript) Description Sorts one-dimentional array in ascending / descending order with typecasting.  Implementation Unit Tests ...

QTP Math functions – ArraySort

Posted by Albert Gareev on Jan 12, 2008
0
Parent page: Service Functions – Math (QTP, VBScript) Description Sorts one-dimentional array in ascending / descending order.  Implementation Unit Tests ...

Web Table operations 2 (WinRunner, TSL)

Posted by Albert Gareev on Oct 21, 2007
0
Service Functions – Windows Web GUI / WinRunner Loop through web page in order to find matching table Load web table data into matrix Load a range of web table data into matrix ...

Web Table operations (WinRunner, TSL)

Posted by Albert Gareev on Oct 19, 2007
0
Service Functions – Windows Web GUI / WinRunner Get cell text Get cell object Find column by RegEx Find row by RegEx Check table exists with defined text in expected cell ...

Desktop Window operations (WinRunner, TSL)

Posted by Albert Gareev on Oct 15, 2007
0
Declarations Restore window Minimize window Maximize window Window synchronization Close window ...

XML output with WinRunner – 4

Posted by Albert Gareev on Aug 22, 2007
0
Root page: Service Functions – XML Parent page: Service Functions – XML / WinRunner Write single child XML node Write a pack of child XML nodes ...

XML output with WinRunner – 3

Posted by Albert Gareev on Aug 20, 2007
0
Root page: Service Functions – XML Parent page: Service Functions – XML / WinRunner Write child comment Write XML body text ...

XML output with WinRunner – 2

Posted by Albert Gareev on Aug 18, 2007
0
Root page: Service Functions – XML Parent page: Service Functions – XML / WinRunner Create XML Node Add Attributes to XML Node Append XML Node to file Finalize XML Node to file ...
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.