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

How the object properties will be recognised by the tool If the functions/ statements are written manually?

0 Answers  


Give some examples for test management tools?

0 Answers  


Give some examples for functional & regression test tools?

0 Answers  


What are pros and cons of automating tests at ui layer?

0 Answers  


How to integrate Rational functional Tester with Rational Quality manager. Can anyone provide the details steps giving explaination with examples.

0 Answers  






What are the different types of locks in mainframe?

0 Answers  


Tell us which package can be imported while working with webdriver?

0 Answers  


in my application i am getting different errors at same place. how i capture that errors using less code in qtp.

1 Answers   CTS,


WHAT IS THE ARCHITECTURE OF QTP? IS THE ARCHITECTURE AND FRAMEWORK BOTH ARE SAME?

0 Answers  


which tools is the best in Automation

7 Answers   Satyam,


Does automation replace manual testing?

5 Answers  


Can we prioritize tests in Junit. What is the sequence of execution in Junit?

0 Answers  


Categories