Results 1 to 7 of 7

Thread: database testing

  1. #1
    Contributing Member
    Join Date
    Jan 2007
    Answers
    48

    database testing

    what is exactly database testing?
    Do you write different/seperate set of test cases for database testing?
    say if we have objects like an update button or add or delete button etc., then we will preparing test cases for the operations of these type of buttons


  2. #2
    Expert Member
    Join Date
    Nov 2006
    Answers
    518

    Re: database testing

    Database testing is to test if the actions in the application is correct and complete on its database.

    Lack of WILL POWER has caused more failure than
    lack of INTELLIGENCE or ABILITY.

    -sutnarcha-

  3. #3
    Moderator
    Join Date
    Sep 2006
    Answers
    920

    Re: database testing

    Database testing confirm the integrity of database.These is no any redundant data, required data column should not null always etc.

    Regards,
    Brijesh Jain
    ---------------------------------------------------------
    Connect with me on Skype: jainbrijesh
    Google Plus : jainbrijeshji

  4. #4
    Junior Member
    Join Date
    Nov 2008
    Answers
    1

    Re: database testing

    please coulde you explaine more
    coulde you give me the main idea of the database testing? how it's work ?, what exactly testing for ?what are the benefits that we get it from database testing? what is the most common database testing tools?


  5. #5
    Expert Member
    Join Date
    Apr 2008
    Answers
    1,859

    Re: database testing

    hi freestyle,

    As per my understanding u need to know how database testing is performed.

    For ex: you have a login form the user should provide username and password
    the username and password will be stored in the database.

    1. check out whether primary key is assigned to the table users(which contains username and password).
    2. check out the valiadation there in teh database, suppose i am assigning the username field should accept 50 characters username varchar(50), it indicates that the user name field should not accept vaules more than 50.

    If i am specifying the username more than 50 in the front end and i save it. From the front end, but please note username field should accept only 50 characters, more than 50 characters specified from the database should be truncated from the database.

    3.Check key validation for the table

    Please note : I have mentioned only few things for database testing

    If u have any doubts please let me know i can help u as much as i can

    Thanks
    Deepasree


  6. #6
    Junior Member
    Join Date
    Jul 2009
    Answers
    1

    Re: database testing

    Deepasree, gud exmaple here for DB testing .
    Can you how to test a referential integrity in the DB Testing


  7. #7
    Expert Member
    Join Date
    Apr 2008
    Answers
    1,859

    Re: database testing

    hai friend,

    Quote Originally Posted by testingplanet View Post
    Deepasree, gud exmaple here for DB testing .
    Can you how to test a referential integrity in the DB Testing
    you need primary key else foreign key.

    Thanks
    Deepa


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact