Forum Discussion

noelcal's avatar
14 years ago

Need the DB table to be updated everytime the checkpoint runs in the loop

Hi,



I am creating a login test to verify the person logged in is infact the correct user. I need the DB table stored in the Test Complete project to be updated  with the latest login information everytime a user logs in, is there a way I can do this using database checkpoints?



Thanks



NS

1 Reply


  • Hi,





    Database checkpoints consist of two parts - an operation or method that performs the comparison and a database snapshot stored in the DBTables collection, so you can try using this collection to accomplish your task. To learn about the DBTables collection, see the "About DBTables Collection" help topic and related ones.