what actual a tester perform in database testing?(its very
urgent pls)

Answers were Sorted based on User's Feedback



what actual a tester perform in database testing?(its very urgent pls)..

Answer / nilutpal

To perform DB testing, a tester may follow below steps -

Step-1: Check pre-requisites - Application and Database
should be present, DB should be integrated with
application, Test data should be ready or enter data
through application.

Step-2: 1. Open database – SQL/Oracle
2. Open query editor.
3.Select the database
4.Enter the query to check test data

Step-3: You have to equipped with below -
1. queries to compare records,
2. compare record counts,
3. Check primary key and foreign key(s)
4. Table descriptions and data-types as well as its
properties of fields
5. check integrity,
6. Check joins to establish relations
7. identify orphaned records
8. By using sql profiler,you can check which SP is called
for which event.
9. Check whether records are properly stored or not in
there respective tables.
10. Check indexing.

Is This Answer Correct ?    4 Yes 0 No

what actual a tester perform in database testing?(its very urgent pls)..

Answer / purni

In the database testing, we have to write SQL queries to
retrieve and validate the data for data consistency and
integrity. When testing the database, tester usually work on
the copy of the application. We have to prepare the test
data to save the data in the back end and work on it. This
include Inserting, validation, verification, consistency and
integrity.

Is This Answer Correct ?    0 Yes 0 No

what actual a tester perform in database testing?(its very urgent pls)..

Answer / jyothsna

Actually, what a tester performs in database testing is
self explanatory. He tests the database :) As a tester you
should test if the data is inserted in the table or not
after insert statement has been executed. if so, compare
the number of rows between source and target....
For stored procedures, execute a stored procedure
(parameterized) and compare the result with the data in the
table. If it matches, then test passes, else fails. Also,
try to execute the same procedure with different parameter
values just to test the functionality.
For triggers, for example, a trigger action is to insert a
record in a table, activate the trigger by its respective
action and test if a record has been inserted in that table
or not. and it goes on.........

Is This Answer Correct ?    0 Yes 2 No

what actual a tester perform in database testing?(its very urgent pls)..

Answer / venkat rao sandu

the actual tester will perform on data base is...
check weather all required data base connections connected
properly...or not

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More Manual Testing Interview Questions

what is mean security testing ? define with example

4 Answers   HCL, Matrix,


What is the difference between latent and masked defects?

0 Answers  


Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand

6 Answers   ISTQB,


What is meant by Test Script. Example and Explanation on Test Script?Please Answer

2 Answers   TCS,


How to overcome pesticide paradox?

0 Answers  






Example of high severity and low priority bug

2 Answers  


Describe your experiences with code analyzers.

0 Answers   HCL,


Is there any specific standard which tells, How many test cases should one person write in a day? and How many test cases should get executed in a day?

6 Answers  


pls explain company testing process in detail (if anybody working as a test engeneer)

0 Answers  


How to test login page or web login page? are they difference?

1 Answers  


What if the application has functionality that wasn't in the requirements?

1 Answers   IBM,


What is defect removable efficiency?

0 Answers  


Categories