Multiple choice technology testing

What does the ChildElements method of XMLUtil returns?

  1. collection having child nodes/elements

  2. a node/child

  3. true if there are children and false if no children

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