If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Database Testing - what to test & how?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-08-10, 10:13
Theresonly1 Theresonly1 is offline
Registered User
 
Join Date: Nov 2009
Posts: 24
Question Database Testing - what to test & how?

Hello

This question is about database testing, can not find a forum specific for this therefore i'm posting here, please move to the appropriate forum if necessary.

Generally, what do you test when testing a database? I know the common answer would to test the function of a database and verify that it works as expected but i'm looking for what exactly (details) do you look for in database function testing?

Additionally, how do you do the testing? what methods/techniques you use?
is it just a case of inputting data, getting data back and check that its what you're expected? Or is there a more methodical/logical approach to database testing just like the database design.

regards,
Reply With Quote
  #2 (permalink)  
Old 03-09-10, 09:02
TomIsBigInTheGame TomIsBigInTheGame is offline
Registered User
 
Join Date: Feb 2010
Posts: 16
1) Check that it works as per the spec.
2) Try to break it, then check that it still works as per the spec.

I'd be thinking about extremes of sample data (min / max values), constraints, transactional integrity and such.

Or, if you're in a production environment, let the testers do it!

Tom
Reply With Quote
  #3 (permalink)  
Old 03-09-10, 17:46
Theresonly1 Theresonly1 is offline
Registered User
 
Join Date: Nov 2009
Posts: 24
Thanks very much.

i think now i have a more detailed knowledge of what i need to do.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On