Micro Focus QTP (UFT) Forums
Dynamic Values Identification - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Dynamic Values Identification (/Thread-Dynamic-Values-Identification)



Dynamic Values Identification - PreethiJoshi - 04-25-2018

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!!


RE: Dynamic Values Identification - Ankur - 04-26-2018


  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.