What is Database Testing?

Answers were Sorted based on User's Feedback



What is Database Testing?..

Answer / sailaja

testing the database for data validity and data integrity
is called data base testing.

data validity means testing whether the frontend data is
correctly added into the database

dataintegrity means testing whether the frontend operations
are correctly done on the backend data

Is This Answer Correct ?    26 Yes 2 No

What is Database Testing?..

Answer / s.m.shoaib

In database testing one can consider/verify the
1. Database Table/Field/SPs Naming Conventions.
2. Database design .. is it Normalized enough?
3. Database field size.
4. Database field type.
5. Stored Procedures Return type, arguments etc.
6. Relationship between tables. Primary , Foreign Key.
7. Constraints in Database

Is This Answer Correct ?    10 Yes 3 No

What is Database Testing?..

Answer / shubhs

This will not be exact Testing but can be done as
verification.
Field size validation with the Front End or with the
Design.
Field size validation, if application is having data for
multiple language.
Return type of each function and Out Parameter for each
procedure.
If Data base is any file Generation routine that can be
tested.

Is This Answer Correct ?    2 Yes 2 No

What is Database Testing?..

Answer / ashu

to testing the server side data means validating the data at
server side

Is This Answer Correct ?    1 Yes 2 No

What is Database Testing?..

Answer / babi

to test the database concepts

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Automation Testing AllOther Interview Questions

Once you identify the tool what would be your next steps?

1 Answers  


What are the main attributes of test automation?

3 Answers   ATS, HCL,


how can we exactly identity whether that is manual or automation testing? and give any ex script

1 Answers   JVS,


Tell us what is the difference between getwindowhandles() and getwindowhandle()?

1 Answers  


What is client side validation? Write a snippet.

1 Answers  


how can we reverse the string without using the revese of String function in QTP?

1 Answers  


what is GDC

1 Answers   InterGlobal,


How did you use WR in your project? Please can i get in detail answer for this?

1 Answers  


what is client server application.

2 Answers  


I have a web page.In that i have two links called "gmail" and "gmail". Both links are look same.One link is at top of the page and other link is at bottomn of the page. How the automation tool can be recognized these link and make to click the link i want?

5 Answers  


What do you think holds the testers back to do automation? Is there a way to overcome it?

1 Answers  


Hi, Can anyone please tell me which Test Automation tool can be used for : 1. Web based testing 2. .Net (C#) applications 3. Mobile applications (PDA)

1 Answers  


Categories