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 exploratory testing?
What is the difference between functional testing and behavioral testing?
What is Testing Life Cycle. Explain Briefly?
3.what are two of your strengths that will bring to QA/testing team?
What’s the relation between environment reality and test phases?
How we prepare the Requirement Traceability Matrix(RTM). Write the format please.
1)What are diffrent matrics assosiated with testing?
Condition testing is a control structure testing technique where the criteria used to design test cases is that they Option 1 Rely on basis path testing Option 2 Exercise the logical conditions in a program module Option 3 Select test paths based on the locations and uses of variables Option 4 Focus on testing the validity of loop constructs
What is the difference between QA and QC ?
7 Answers Tavant Technologies,
in google home page here when i click on images it displays images page and when i click on map it displays maps & when i click on youtube it display youtube page what type of testing is this?
how would we do the encryption and decryption testing
what is regression testing?