What is CRUD testing?

CRUD is an acronym that you will find useful if you are testing data, either from the database or from the user interface.

It is a memory aid so you do not forget to verify:

  • Create
  • Read
  • Update
  • Delete

In this video I tell you more details about each of the operations.