what is database testing?
Answers were Sorted based on User's Feedback
Answer / amar.geniune
In this testing we check the data by retrieving it from the
database and compare it to the original value, which was
entered by the user through interface.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rabbani mohammed
verify the impact of frontend operatoins whether it is
contain should be backend colums or not
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kamal prakash
Testing the methods and processes used to access and manage
the data(base), to ensure access methods, processes and
data rules function as expected and that during access to
the database, data is not corrupted or unexpectedly
deleted, updated or created.
Correct me if iam wrong: kamalzoom@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / narender reddy
validateing the data in the database w.r.t front end DML
transcations
that is insert,update,delete
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shil
in db testing all functions such as
updation,deletion,insertion and serching is performed. it
is to check whether they are performing according to the
requirement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / n@n!
testing the front end impact on backend in the form of data
validations and data integration is calles is called
database testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do we do "cookie Testing" in web based testing. what we check in that testing,anybody can explain in detail. Thanks in advance.
What are the Test Cases for a login in to your email which has username and password?
wat is test management ?what are the components available in test management?
what are the risk factors in the project? what is the base for testplan and entry criteria ,exit criteria for test plan?
Diff. between STLC and SDLC?
hi, In testing, what is raw data and what is test data and who will prepare/provide those datas. and test run using raw and test datas will be the same or it differs and reasons. this has been asked to me in an interview. expecting a reply from you.
3 Answers ProdEx Technologies,
What is an equivalence class
How would you do the ollowing Security Testing for web application? 1) Authentication. 2) Authorization. 3) cookies. 4) penetration testing. 5) session testing. 6) encryption and decryption testing pls give examples give example i can't understand so pl
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
Wat is de difference btw inspection and walkthrough in static testing?
What is diff between Load testing Stress testing?
which testing is better equivalenc partitioning or bouandary value analysis and why?