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 |
Difference between Agile process and Water Fall model
wat is meant by frontend and backend testing
test cases on bangles???
I need some negative and positive testcases for pagination on result dispalying page
what is use case
what is configuration testing
what is difference between BVA and Equivalence Partitioning? For login page(UN,PW) i have requrement as characters should be Alphanumeric.how you aplly both BVA and EP.......?
Can anyone tell me what is meant by "Mainframes Testing"? Also, Plz let me know what r all d responsibilities of a Manual Tester in Mainframes Testing? Plzzz reply!!
14 Answers Accenture, American Express, Cap Gemini, Google, IBM,
What is difference between web based testing and windows based testing ?
if bugs found then it fixed then it's status is close. same bugs arise inafter 2 3 months in same module then what can do as tester
If I have written the test cases for Login window . If one new field is added to login window then steps of test case changed in the next build. my question is that should I make change in the steps of previous test case or write another test case with new steps?
Who will prepare FRS(functional requirement documents)? What is the importent of FRS?