Print Page | Close Window

Database Testing

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Functional Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Functional Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=3223
Printed Date: 04Jan2025 at 12:12am


Topic: Database Testing
Posted By: tanushree
Subject: Database Testing
Date Posted: 25Oct2007 at 4:34am
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.



Replies:
Posted By: achan
Date Posted: 24Jan2008 at 7:49am
Hi Tanushree
 
I am new to database testing, so i am not clear about how to test #2and #3
 
can you please give an example for these
 
thanks
achan


Posted By: aamirkhan
Date Posted: 21Feb2008 at 11:57pm
Check Constraint:
A check constraint (also known as table check constraint) is a condition that defines valid data when adding or updating an entry in a table of a relational database. A check constraint is applied to each row in the table.
 
 


-------------
With Kind Regards,

Muhammad Aamir Khan



Print Page | Close Window