Print Page | Close Window

Database Testing

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: System Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about System Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=4060
Printed Date: 13May2024 at 4:36pm


Topic: Database Testing
Posted By: swatitanguturi
Subject: Database Testing
Date Posted: 02Jan2008 at 11:24pm
How to do the testing of stored procedures



Replies:
Posted By: reddysborra
Date Posted: 11Feb2008 at 8:27am
Hi,
 
   This is srinivas reddy working in IBM Bangalore. I have 4+ years experience in tesing in manual and performance testing. Send your updated resume if you are looking for a job in testing side
 
Thanks & Regards
 
Srinivasulu Reddy


Posted By: itsshantha
Date Posted: 07May2008 at 12:25am
hi srini,
            i`m shanthakumar working as a software test engineer.i need ur mail id
 
thax
 its shantha


Posted By: chandu2556557
Date Posted: 15May2008 at 2:58am
using toad tool u can do database testing if u need u can go for open source DBMonster tool


Posted By: getzephyr
Date Posted: 30Jul2008 at 3:40am
Database tests are supported via ODBC using the following functions:  
SQLOpen, SQLClose, SQLError, SQLRetrieve, SQLRetrieveToFile, SQLExecQuery, SQLGetSchema and SQLRequest.
 


-------------


Posted By: AJAX123
Date Posted: 08Jan2009 at 12:28am

Can i know What is Toad tool ?..

 
  Where it wil be use?...


Posted By: tossy
Date Posted: 09Feb2009 at 4:06am
DbUnit works best as a database seeding framework. If you’d like to test a stored proc, then use DbUnit to seed the database with a known set of data, then call the stored proc via your test case and assert that returns the desired result.
You may need to use the combination of DBUnit[to simulate different database states] with sqlunit[for testing stored procedures..http://sqlunit.sourceforge.net]

-------------




Print Page | Close Window