what is meant by database testing?
what is the strategy to be followed for database testing?

Answers were Sorted based on User's Feedback



what is meant by database testing? what is the strategy to be followed for database testing?..

Answer / nataraj jalasutram

Data base testing basically include the following.
1) Data validity testing.
2) Data Integrality testing
3)Performance related to data base.
4) Testing of Procedure, triggers and functions
How to Test a database manually?
Observing that operations, which are operated on front-end
is effected on back-end or not.

The approach is as follows:
While adding a record thr' front-end check back-end that
addition of record is effected or not.
So same for delete, update,

Ex:Enter employee record in database thr' front-end and
check if the record is added or not to the back-end
(manually).

Is This Answer Correct ?    13 Yes 2 No

what is meant by database testing? what is the strategy to be followed for database testing?..

Answer / santy

to validate the data in the database, to validate the data
integrity and performance of procedure

Is This Answer Correct ?    8 Yes 3 No

what is meant by database testing? what is the strategy to be followed for database testing?..

Answer / indranil

In DB testing we need to check for:

1. The field size validation.
2. Check constraints.
3. Indexes are done or not (for performance related issues)
4. Stored procedures.
5. The field size defined in the application is matching
with that in the db.
6. Relevance of search results
7. Data integrity
8. Data validity
9. Data recovery
10. Security

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Manual Testing Interview Questions

what ways u followed for defect management

3 Answers  


What is the purpose of test plan in your project?

4 Answers   Ordain Solutions,


What tests would you perform on common homepage?

0 Answers  


What are the different is manual database checking types?

0 Answers  


How to do the performance testing Manualy? Do u have a test case for that?

1 Answers  






write a use case format for login

1 Answers  


What is Windows Test Technologies? Where i will get all information of it.

0 Answers  


Tell me the scenario where sevirity Low and Priority High?

9 Answers   Siemens, VersatileTech,


What is the difference between debugging and manual testing?

8 Answers   Siemens,


Who will participate in software testing?

1 Answers  


1.how to check or test the image ?

4 Answers  


Example for a bug not reproducible ?

1 Answers  


Categories