Forum Discussion

noegh_mmi's avatar
noegh_mmi
Occasional Contributor
7 years ago

DB Assertions

Hi

 

Running the API is fine, however I need to assert the data save to the DB

 

Please assist. I need to verify all data saved to the DB

 

Regards

Noegh

3 Replies

  • groovyguy's avatar
    groovyguy
    Champion Level 1

    If you need to verify that the data has made it to the database, you could try a data base step that queries for the data to show it is in the database.

    • groovyguy's avatar
      groovyguy
      Champion Level 1

      I forgot, depending on your groovy skills, you could use a groovy assertion to query the database as well.