Micro Focus QTP (UFT) Forums

Full Version: Dynamic Values Identification
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a Table which is displayed on clicking Table Name. The data in Table is dynamic. It depends on previous steps. I want to test Search functionality in this table. Firstly I will click table link to view table. How can I identify any one random value from that table and use the same value in the search field. Also after searching I want to check if correct response is displayed. Please help!!

  1. Fetch that data (you got in previous step) in some variable.
  2. Use the value to identify the object. Use Descriptive Programming for such a case; while it can be done with Object repository as well, DP looks more intuitive in such cases.