Forum Discussion

Rafael03Valdez's avatar
Rafael03Valdez
Occasional Contributor
7 months ago
Solved

how can I create dynamic checkpoints to validate database information?

I need to be able to validate new records in the database, if I create a new record I want my checkpoin to be able to identify it without having to modify it.

  • See the options with Working With Databases. You can connect to the database and query to either get the number of records, last inserted record or query the table to ensure the record exist.

     

     

3 Replies

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    How would you do this manually, to see if a new record has been added?

    • Rafael03Valdez's avatar
      Rafael03Valdez
      Occasional Contributor

      to perform the validations manually I would have to enter the database and check that the new record is shown in the table when I create, modify or delete it.

      what I want to do is to make a database checkpoin that waits for the difference based on the snapchop I give as an example, so when there is any record change or there is a new record he can see the difference.

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    See the options with Working With Databases. You can connect to the database and query to either get the number of records, last inserted record or query the table to ensure the record exist.