Micro Focus QTP (UFT) Forums

Full Version: How to check empty fields?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi all!!

Please see attached - how do I check empty fields without pulling them in object repository. I need to check values in all of them but there are so many fields that it might not be feasible to add all of them...please advice!
Use Descriptive Programming to collect all objects of type EditBox (or WebEdit). Iterate through all of them and check for non-empty values.