what is database teesting?
Answers were Sorted based on User's Feedback
Answer / padmini
Database testing is to check the "Data Integrity" and "Data
Persistency".
Data Integrity means to measure the accuracy based on error
detection (or) the reliability and correctness of data.
Data Persistency means to check whether the data persist or
not in the database.
Hope this helps.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / jagdish hatwar
While creating tests for your software you may come across
database code that needs to be unit tested. The database
extension has been created to provide an easy way to place
your database in a known state, execute your database-
effecting code, and ensure that the expected data is found
in the database.
For data base testing one must know about the structur of
the database for ex.-- what is the query, how to handle &
exicution of the query
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / thilagajames
database testing means testing the backend databases like
comparing tha actual results with expected results.
data validity testing
data integrity testing
performances related to database.
testing of procedures, triggers and functions
Regards,
Thilagajames.
London.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jagan
It is nothing but,it is a unit testing..................
| Is This Answer Correct ? | 1 Yes | 14 No |
what is test procedure
hai friends can u expalin about real time process of testing at the company, like flow diagram
How you can ensure that Bug is Duplicate?How to solve?
exactly what is the purpose of configuration mgt tool? also give some examples?
Describe any bug you remember. Plz Give some real examples
What is Memory Leak? How to test "Memory Leak" problem in an application manually?
can anyone please post few samples of SRS and test case for calculator,insurance,hotel project,atm....?Also please refer me the book for my reference for manual and automation?espically any book which has sample of testcase and SRS?please degree of emergency!
Preference should be given for High priority bug or Critical severity bug?
What is Soak Testing ?
What is the difference between defect tracking tool and QC?
What are the Validation Testers? Their responcibilities? Are Manual tester & Validation testers are same?
What is Test Design?