how do we do database testing manually.Suppose if i want to
check whether a particular record is inserted in the
database or not.
Answer Posted / purni
If you are a database tester. They will provide you with ER
diagram ( This diagram shows how many tables are in the
database and how they are inter related including the
primary and foreign keys.) If you can figure it out in which
table the data is inserted or you can take help from
developer, write the SQL query and check the table. It will
be easy if you use query because table contain vast data and
if you go through the table it takes lot of time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which are the standards for software test plans?
why testcases are written and what is the importance?
please anyone let me know the -ve testing of Excel sheet?
How to do Performance Testing manually for a Flash Application?
hi friends .......... from srs to signoff what r the tests the testing team will conduct either sequentially or parallel pls advice thanks in advance
Please is there any one working with ITR.COM? Having interview with them. Any tips will help.
Hi,Please can any one tell me about SAP Testing concepts.
What are tools of performance testing?
What is a defect age?
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
Tell me example for Risk,Mitigation,Assumption?
What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...
Write positive and negative test cases for forgot password?
I have an Interview about Guidewire claimcenter,so could you provide any info regd it?.I would really appreciate any kind of help- email at hvshah2001@gmail.com
how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc