08-04-2010, 08:41 PM
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?