What do we mean by Database Testing ? What is the exact meaning of Database Testing

I want to know what do we mean by Database Testing, as well as what role does a Database Tester plays meaning does he performs the similar role as a DBA does or what exactly?

What things are performed in Database Testing?

Questions by Saurabh_11

Showing Answers 1 - 2 of 2 Answers

goksn

  • Sep 23rd, 2009
 

There are various levels in database testing, starting from just seeing whether the database has correct value to 'SQL injection'.

Generally database testing includes verification of

-Accuracy of Data
-Data Integration
-Data type and field size validation of columns
-Long sequence testing
-Volume testing for query tuning
-Stored procedure validation
etc.

Database is a backbone of any of the dynamic web site. It needs a through testing to make an efficient and almost error free site.

Database Testing includes:
    Load testing
    Performance Testing ex. speed testing
    Data integration testing ex. transaction handing
    Data consistency testing
    Security testing ex. sql injections
    Failover testing
    Exception Handling testing
    Database replication testing
    OLAP and OLTP testing 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions