how do we do database testing manually.Suppose if i want to
check whether a particular record is inserted in the
database or not.

Answers were Sorted based on User's Feedback



how do we do database testing manually.Suppose if i want to check whether a particular record is i..

Answer / satish

Open the database and verify whether record is updated. For
that you should have good command in SQL.


correct me if I am wrong

Is This Answer Correct ?    1 Yes 0 No

how do we do database testing manually.Suppose if i want to check whether a particular record is i..

Answer / jagadish

checking whether newly inserted result is correctly existed
or not is called data validation.For just open the table and
check whether the new record added or not
insert the data from the front end end and check the
corresponding table is updated with the record by using
enterprise manger to check the data base and its table for
this u have to know the corresponding table which will store
the data. or use the queiry analyzer to write the queiry to
check the table is updated with the data or not this is good
as u can check for the table which contains no of record.
initial at the build of project u can check the records by
just checking the tables manually. it is not required by the
testers to learn the sql queiry language as the developers
will give the quiery used

Is This Answer Correct ?    1 Yes 0 No

how do we do database testing manually.Suppose if i want to check whether a particular record is i..

Answer / vish

via querrying and

login with the created user name then u will come to know.

Is This Answer Correct ?    1 Yes 0 No

how do we do database testing manually.Suppose if i want to check whether a particular record is i..

Answer / satyaprasad

checking wether newly inserted result is correctly existed
or not is called datavalidation.For just open the table and
check wether the new record added or not

Is This Answer Correct ?    0 Yes 0 No

how do we do database testing manually.Suppose if i want to check whether a particular record is i..

Answer / 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

More Manual Testing Interview Questions

For a functionality 50 test cases are passed and we released the code with all the test reports etc etc.. But in customer side all the 50 test cases are failed. How will you answer for this error to ur manager and Customer?

2 Answers   IBS,


What different sources are needed to verify authenticity for CMMI implementation?

0 Answers  


What is industry standard for code coverage numbers?

1 Answers  


.what are the diff between desktop and web applications?

1 Answers   HCL, Pentagram,


Hi Friends, I had doubt, that If we want to know how far the testing is completed on portal , we will go far Tracebility Matrix. My Question is matrix is prepared? What should be taken as rows and what should be taken as columns to prepare the Tracebility Matrix. Pls Help Me.

1 Answers  


Write test cases to anti virus software?

2 Answers   ADITI,


in web application , what are the common "browser compatabality issues " that you have across.?

1 Answers   HP,


What are the limitations for testing?

4 Answers   Thatavarti Technologies,


what is mean by impact analysis ,how we used to select regression TC using this?

0 Answers  


Deep structure testing is not designed to Option 1 examine object behaviors Option 2 exercise communication mechanisms Option 3 exercise object dependencies Option 4 exercise structure observable by the use explain deep structure testing

1 Answers  


Tell me about the worst boss you've ever had.

1 Answers  


test cases for Insurance Processing System ?

0 Answers  


Categories