Multiple choice technology testing What does the ChildElements method of XMLUtil returns? collection having child nodes/elements a node/child true if there are children and false if no children root node Reveal answer Fill a bubble to check yourself A Correct answer Explanation In UFT/QTP XMLUtil, the ChildElements method returns an XMLCollection containing all the child elements/nodes of the specified element. It does not return a single node, boolean status, or the root node.