Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Test case for Database testing within the Testing Issues forums, part of the Software Testing category; Database Testing Can any one plz tell me how to write the test cases for database testing? How to write the database testcases and what are things that has to ...
|
|||||||
|
|||
|
Test case for Database testing
Database Testing
Can any one plz tell me how to write the test cases for database testing? How to write the database testcases and what are things that has to be covered in database testing. |
| Sponsored Links |
|
|||
|
Re: Test case for Database testing
You have to cover some basic points like; availability and connectability to the db,
available db access credentials, permisions and privilages required, connection timeout etc and some advanced/project related areas like; updation of db after changes on UI, db constraints functioning, fourceful breach of db constraints, trying to access UI after manual abortion of db connectivity etc. :eek
__________________
Lack of WILL POWER has caused more failure than lack of INTELLIGENCE or ABILITY. -sutnarcha- |
|
|||
|
Re: Test case for Database testing
Database Testing is test the data integrity, that means how data is in u'r database. for an example dev team using a database, if it is differ from testing team,than there is mismatch ,so integrity/constant through our u'r project cycle, a common data is used by all of u,, it may be some privliges, grant.. DBA gui eill decide.
|
| The Following User Says Thank You to kumardebi For This Useful Post: | ||
|
|||
|
Re: Test case for Database testing
To write testcases for backend testing provide the following things:
in details: objective, Preconditions( required tools, uid,pwd to connect schema) In Teststeps: you can write your sql queries in description, sample output in expected results. As part of backend testing we will verify data constraints, calculations, business rules. |
| The Following 2 Users Say Thank You to saisamhita For This Useful Post: | ||
|
|||
|
Re: Test case for Database testing
In Database testing you need to know your databases. It's not enough to connect to the right database but the information has to be stored in the same way. You can use SQL + Desktop Intelligence ( which is part of BO.). You must test for data types and data lengths.
|
| The Following 2 Users Say Thank You to colliewarrior For This Useful Post: | ||
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is exact difference between use case ,test scenario and test case? | srinu.tenali | Testing Templates | 14 | 05-07-2009 08:05 AM |
| Use case statement and Test Case | JobHelper | Testing Issues | 4 | 01-16-2009 03:48 AM |
| If test case required for testing always post test scenario. | jainbrijesh | Test Cases | 15 | 12-30-2008 10:55 AM |
| Adhoc Testing Test Case | vsjprasath | Testing Issues | 2 | 02-03-2008 11:12 AM |
| Test scenarios for database testing | bvmanikyalarao | Test Cases | 3 | 12-06-2007 02:52 AM |