What is CRUD testing? How to test CRUD?

What is CRUD testing? How to test CRUD?



-Another name for Black Box testing.

-CRUD stands for Create, Read, Update, Delete.

-Data can be Created and added.

-Data can be Accessed or Read.

-Tester prepares CRUD matrix.

-Tests object creation, reading, update and deleting objects.
Post your comment