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 is mean by test suite?
what is the difference between bug log and defect report?
which situation will decide the approach (topdown/bottom up) to choose from?
How integration testing performed in organization
what is backend testing using SQL?
tester with develop ment knowledge will be more effective .justify?
what is test case? how to use use cases in test case preparations akila4you@gmail.com
waht is the quality in your company?
Efficient % is calculated at which level?
When we perform Smoke & Sanity testing?
An employee table, with the columns id, name, sal and dob.Query to select emp names of all highest salaries(there are 4-5 people having the same salary which happens to be the highest).
Tell me the some important test cases for lift operation? what is priority?if p1,p2,p3 are the priority levels u should use,what test cases in ur given will be p1,p2,p3?