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 are the different statuses of test cases?
what is BVT testing?Who can do this testing?
How will you validate the functionality of the Test cases, if there is no business requirement document or user requirement document as such…
how can u give suggestion to use automation tool to ur orgaganistion
Smoke testing is also called sanity testing? Why?
what is the severity we give. login fails eventhough we enter the correct username and pwd.
Why testing Web Applications is different?
why tracability matrix need in manual testing? how to create tracebility matrix for web application.. please can u send ur replies
functional testing test cases for transfer funds ?
What are your greatest weaknesses?
Which type of testing is most imp. from black box and White box?
Difference b/n Validation and verification?