What is CRUD testing and how does a tester test this?

Q

What is CRUD testing and how does a tester test this?

✍: Guest

A

CRUD testing is actually Black Box testing. CRUD stands for (Create, Read, Update, Delete). I.e., whether you can Create or Add data, Whether you can Read or Access The Data after it is saved once, or whether you can Deteted the data along with its relationship.

Build CRUD matrix and test all object creation, reads, updates, and deletion

2011-03-31, 5698👍, 0💬