Prepare for your Next Interview
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 User Says Thank You to saisamhita For This Useful Post: | ||
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is exact difference between use case ,test scenario and test case? | srinu.tenali | Testing Templates | 12 | 09-24-2008 07:31 AM |
| If test case required for testing always post test scenario. | jainbrijesh | Test Cases | 12 | 09-09-2008 11:36 PM |
| 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 |
| Use case statement and Test Case | JobHelper | Testing Issues | 3 | 06-16-2007 06:28 AM |