what is crud testing ? and who will do this one ?
Answers were Sorted based on User's Feedback
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 ? | 16 Yes | 6 No |
Answer / arjun
Before I start digging into the topic, let me comprehend the
foreword. When the application is under execution, the end
user mainly utilizes the ‘CRUD’ operations
C: Create – When user ‘Save’ any new transaction, ‘Create’
operation is performed.
R: Retrieve – When user ‘Search’ or ‘View’ any saved
transaction, ‘Retrieve’ operation is performed.
U: Update – when user ‘Edit’ or ‘Modify’ an existing record,
the ‘Update’ operation of DB is performed.
D: Delete – when user ‘Remove’ any record from the system,
‘Delete’ operation of DB is performed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shaik jeelani
CRUD testing is Black Box testing.
CRUD stands for (Create, Read, Update, Delete).
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / naren
actually Syed Rakibul hassan CRUD is not black box testing
it is white box testing.. plz check once
| Is This Answer Correct ? | 6 Yes | 7 No |
Answer / tsri
Crude testing is nothing but exploratory testing and this
is performed by the testers itself
| Is This Answer Correct ? | 2 Yes | 17 No |
This question has been asked in my recent inerview with Adithya Birla Group.When to prepare System test plan after getting build or before getting build?
Usually customers won’t give all the requirements. How will you manage & collect all the necessary information?
What are the different options which will be entered while creating the test case?
What do you mean by peer rieviews
From where should we start writing the test cases. Say suppose we have a pageA with few check boxes, radio buttons, links, some text in it and a link on pageA takes us to another pageB. Then from where should we start writing the test cases?Also suppose we have 10 links in a page should we write separate test cases for each link?
What are the different types of joins
Explain Bug Life cycle What is integration testing and regression testing What is verification and validation How does winrunner recognizes the project which is in custom build What is expert view and tree view How does QTP identifies the project What is the difference between Winrunner and QTP What is Test Director and which version of test director your are using in your project What is a test plans what are the contents present in a test plan What is the risk of testing a project
If you find a crashing bug and the developer resolves it Not Repro, what would you do? What if s/he resolves it as Won’t Fix?
what is ISTQB and CSTE which one is the right choice ? plz let me know and it would be a great advantage for many tester
When we use integration testing for any new system so why we required system testing.
What types of testing is specifically important for web testing?
Prepare a set of test cases you would use to test a 'Corded telephone?