Forum Discussion

colinkelly's avatar
colinkelly
Occasional Contributor
12 years ago

Database table checkpoints failing

I have created a few database table checkpoints, and none of them pass when playing back the test.



Unable to find record 0 in the dataset is the error.



I am using TC 10.30, and the database checkpoints look fine when I am creating them, the SQL database connection string is obviously correct as the query is giving results within the checkpoint wizard.



I can't figure why it can't see the data when playing back.



Thanks

1 Reply

  • Hi Colin,

     


    Most probably, the error message you get is caused by the fact that an empty dataset is returned from your database when the comparison is performed.


    Please make sure the compared table is filled with some data before performing the comparison.