what is crud testing ? and who will do this one ?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / shaik jeelani
CRUD testing is Black Box testing.
CRUD stands for (Create, Read, Update, Delete).
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
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 |
What factors do you consider while estimation test efforts?
Write testcase for delete functionality?
What is back to back testing?
What are the various Guidelines follow while Weighting Test Cases
What is the main purpose of having Equivalence Class Particition & Boundary value analysis in Testing?
6 Answers Tavant Technologies,
when do you stop your testing
Hi How to test web applications in Manual testing? How does the client- server works in Manual testing? Pls answer me ASSP. Thankyou in adavance Sunitha.
define metrics? give me a brief detail about it?
What is a 'walkthrough'?
test cases for Insurance Processing System ?
What is meant by YUI testing?
what type of testing process is being followed in your company?