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 is the difference bug,defect,error

3 Answers  


Can anyone please give me the idea how does Requirement Tracebility Matrix, looks like ? or mail me at: ontesting@gmail.com

8 Answers  


What do u mean by BATCH test?

6 Answers  


How will you prepare traceability matrix if there is no Business Doc and Functional Doc?

2 Answers   Virtusa,


What is Wound Fixing?

0 Answers   Value Labs,






Give an example of high severity and low priority bug?

2 Answers  


What is meant by buddy testing?

3 Answers  


how to do testing estimation ? is there any genearl formula for that ?

3 Answers  


When to start and Stop Testing?

7 Answers  


Tell me about the best bug you ever found.

1 Answers   Kumaran Systems,


How do maintain Risk cases,how will u handle the cases while u facing man power risk & the case after development u find ?

2 Answers  


What is a ‘test plan’?

0 Answers  


Categories