What is CRUD testing
Answers were Sorted based on User's Feedback
Answer / kushal
CRUD testing is nothing but a sanity testing. To ensure
that the system performing CRUD activities like Creating,
Retrieving, Updating and deleting. to ensure that the basic
functionalities of an application is performing or not and
build is stable for further testing.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / ravikanth
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 ? | 0 Yes | 0 No |
What is Gorila testing?
what is non incremental integration testing?
what is test procedure
could anyone explain application testing in sequence order i don't have any experience in that
which test comes first installation testing or compatiability testing
What is the mean by Test Management,Test Design,Test Execution,Test Plan,Test Specification?
What is the difference between Severity and Priority?
what u will do when u have no sufficient time to test the application build release? plz describe it briefly and help me knowing the answer?
What is the testing lifecycle and explain each of its phases?
what are the techniques used for writing functional test case ?
Any body can tell what are the contents RTM(Requirements Tracebility Matrix)
Can u tell What kind of Bug Report Tool are u using in ur project