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 date field test case
What Defect Density?
which model are you following
how to get top two salaries from employee tables
How to validate the Testcases?
You must test a trouble report where the problem cannot be reproduced. You tried using various test data files and mutations from the data files the customer sent along with the trouble report. The software does not fail the way it did at the customer's site.
what are the typical problems in web testing?
Explain the Flow of V-Model
Can you explain Co-habiting software?
What is the test scenario? What is the difference between test strategy and test scenario.?
In V model what are the documents the Testing got from developement team to create test case in Acceptane TC, Integrationm Tc, System Tc?
If automating - what is your process for determining what to automate and in what order