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 |
Why do u want to change ur current Company?
can anybody tell what is the extention for java and dotnet application(means exe file extention).its urgent
What is a test log?
what is meant by Pre-Conditions that we include in Test Cases? Can anyone provide those for this Website?
How do you analyze your test results? What metrics do you try to provide?
What are Testing Metrics? Explain
Can anyone please explain me abt the IVR speech Testing,iam having an interview on that,what type of questions to be answered?
How to design the test cases?
Which is not formally included in Test Plan? 1)Features to be tested 2)Incident reports 3)Risks 4) Schedule Pls reply .Thanks
Can any one tell me the format/columns for writing test scenarios in excel sheet?
Explain about performanece testing?
What is cookie testing?