Interview Questions

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

Software Quality Assurance Interview Questions and Answers


(Continued from previous question...)

196. 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

(Continued on next question...)

Other Interview Questions