Micro Focus QTP (UFT) Forums
checkpoint occurrences and non-unique objects - 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: checkpoint occurrences and non-unique objects (/Thread-checkpoint-occurrences-and-non-unique-objects)



checkpoint occurrences and non-unique objects - purailin - 08-04-2010

I am trying to run a QTP script using a Global data table imported in from a database. This table has two columns that are giving me problems. Both are date fields and sometimes the rows will have the same date. What happens is when a text checkpoint occurs, its set to look for parameters from the table in both the Text Before and Text After sections. The checkpoint summary reads "Check that <field_2> is displayed between <date_1> and <date_3>. For both the text before and after sections, I have it to read after the first occurrence, which I know is causing the problem. If I change this, I have to do this for every iteration. So that's not a good solution. Is there anything else I can do?