Interview Questions

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

Glossary of Software QA/Testing


(Continued from previous question...)

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

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

Other Interview Questions