what is crud testing ? and who will do this one ?

Answers were Sorted based on User's Feedback



what is crud testing ? and who will do this one ?..

Answer / syed rakibul hassan

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.

Is This Answer Correct ?    16 Yes 6 No

what is crud testing ? and who will do this one ?..

Answer / arjun

Before I start digging into the topic, let me comprehend the
foreword. When the application is under execution, the end
user mainly utilizes the ‘CRUD’ operations


C: Create – When user ‘Save’ any new transaction, ‘Create’
operation is performed.
R: Retrieve – When user ‘Search’ or ‘View’ any saved
transaction, ‘Retrieve’ operation is performed.
U: Update – when user ‘Edit’ or ‘Modify’ an existing record,
the ‘Update’ operation of DB is performed.
D: Delete – when user ‘Remove’ any record from the system,
‘Delete’ operation of DB is performed.

Is This Answer Correct ?    1 Yes 0 No

what is crud testing ? and who will do this one ?..

Answer / shaik jeelani

CRUD testing is Black Box testing.
CRUD stands for (Create, Read, Update, Delete).

Is This Answer Correct ?    0 Yes 0 No

what is crud testing ? and who will do this one ?..

Answer / naren

actually Syed Rakibul hassan CRUD is not black box testing
it is white box testing.. plz check once

Is This Answer Correct ?    6 Yes 7 No

what is crud testing ? and who will do this one ?..

Answer / tsri

Crude testing is nothing but exploratory testing and this
is performed by the testers itself

Is This Answer Correct ?    2 Yes 17 No

Post New Answer

More Manual Testing Interview Questions

what is the purpose of writing testcases?

3 Answers  


What is change request & what is the role of Tester in change request ? pl explain with example .

1 Answers  


What are the different ways of writing test cases?

2 Answers   Dataquest, Wipro,


What is bug release?

0 Answers  


Which model is following in your company for developing software?

0 Answers  






What are the four steps to record a test script?

3 Answers  


How to test whether the application is having memory leakage using task manager and PerfMon. Please tell if any one know. thanku

0 Answers  


Can anyone explain me about, the white box testing and black box testing, in detail?

3 Answers  


Can anybody tell me Test case Managment tool which is open source........and anybody working on it? pls tell its urgent?

1 Answers  


What method process should your company follow(realtime Qn) ?

1 Answers  


what is android testing?

2 Answers  


hi, In testing, what is raw data and what is test data and who will prepare/provide those datas. and test run using raw and test datas will be the same or it differs and reasons. this has been asked to me in an interview. expecting a reply from you.

3 Answers   ProdEx Technologies,


Categories