2
Reply

What is Database testing???

John

John

Sep 09, 2010
5k
0

    Database testing basically include the following.
    1)Data validity testing.
    2)Data Integrity testing
    3)Performance related to data base.
    4)Testing of Procedure, triggers and functions.

    For doing data validity testing you should be good in SQL queries
    For data integrity testing you should know about referential integrity and different constraint.
    For performance related things you should have idea about the table structure and design.
    For testing Procedure triggers and functions you should be able to understand the same.

    Satyapriya Nayak
    September 09, 2010
    0

    To test the data base using queries is called Data base testing. or  test the application for the accuracy of the data which entered by user.

    through this testing we can test .. data integrity, updation, validity..etc

     

    John
    September 09, 2010
    0