
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Looping over an XML
I am trying to use an XML as a data source. I want to loop over the nodes that the XML provides. Loading the XML in UFT works fine, in the data view the XML is displayed as an array with multiple rows.
But when I use the XML in a Flow Control Loop, it only recongnizes the first row and thus only executes the test once.
Does any one have a solution?
Please do not post me code how to loop through an XML, I know how to do that. It's about using the UFT Loop functionality!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello there.
Have you checked on this link from the help enter? https://admhelp.microfocus.com/uft/en/14.51/UFT_Help/Content/User_Guide/ref_add_query_to_loop.htm
I saw that you are figuring this out on an API test. I think you can take a look at the above for guidance.
regards,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello Jean,
thank's for the rtm. I did exactly what the guideline says.