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 |
In waterfall model, while your are coding if you happen to know that one of the requirement was wrong and there will be no use in implementing it and moreover it is going to cause problems to the final output. Then do you have the flexibility to go back and change the requirement? Is this flexibility there in Vmodel?
how do u connect data base in td?
How to write test cases for testing databases,especially for testing and writing test cases for stored procedures.
1. what is SDLC and TDLC ?
Analytical Questions like A big square was drawn, then it was split into 4 equal rows and 4 equal columns and asked me to find how many squares.?
12 Answers RBS, TAG Info Solutions,
What are the qualities if the tester ?
what is port testing and mutation testing?
what is performance testing
please anyone let me know the -ve testing of Excel sheet?
What you do whenever reported defect rejected?
what are test beds
Hi, I am new to testing.where we will use SQL in manual testing. To what extent i need to learn SQl.there are diff types of SQL like TSql,Mysql etc.i little bit confused,help me. Thank you .