What is database testing? Can anyone give some scenariors
where we perform databse testing? also, please quote some
interview questions in this regard.

Answers were Sorted based on User's Feedback



What is database testing? Can anyone give some scenariors where we perform databse testing? also, ..

Answer / kk666

Dear Freind, Database Testing is not compleate different
one, if u are doing manual tesing for a web based
application with different logins (customer login, business
login) and different drop downlists for these logins. then
as a tester u need to find out the database that how the
drop downlist is displaying the items (how it is grouping
in backend) and from which table the data is coming. like
that u need to test the scenario with database
simultaniously.
its upto my knowledge. pls tell me if any

Is This Answer Correct ?    1 Yes 0 No

What is database testing? Can anyone give some scenariors where we perform databse testing? also, ..

Answer / hemu

Hi, in general database testing will be also done by the
tester while doing manual or automation testing to find out
whether all the data is getting refleceted in the data base
or not. For every application thre will be a seeded data
beside that tester will cretae, update or delete the data
and more over every application has its API where in it
internally calls either a pragramm or a prosedure(API
Testing), in these type of scenarios we have to check for
whther data is reflecting in database and to check whether
all subroutines are called when application is invoking them
or not.
Its the example from my side to explain about Database tesing.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Testing AllOther Interview Questions

What are the advantages of designing tests early in the life cycle?

0 Answers  


Which level is costlier to identify a bug? Either in Coding Phase or Testing Phase.. Explain in Detail?

3 Answers   HCL,


What is the minimum criteria for white box?

1 Answers  


What is validation? 1. The process of determining whether or not the product at a given phase of the lifecycle fulfills the requirements established during the previous phase 2. The process of evaluating software at the end of the software development cycle to ensure compliance with the software requirements 3. The audit and formal examination of the actual as-built software product versus the design documentation and user/support manuals 4. The process of finding solutions to identified defects 5. The process of visibly, traceably, and formally controlling the evolution of software

1 Answers  


Explain what the difference between latent and masked defects is?

0 Answers  






What are different SCSI command phases?

0 Answers  


Explain usability testing?

0 Answers  


What is big-bang strategy?

0 Answers  


What is code review?

0 Answers  


What is assertion testing?

0 Answers  


Is it like only you will do the UAT testing or the Client. How is UAT test cases different from Functional test cases?

1 Answers   Cap Gemini, Tech Mahindra,


When usin qtp iam able to get the data from the database only in a single row that is if i have 2 columns in database,when using database output value , all the values in Database are transfered to a single row in QTP datatable. I want the values to appear as it is from the database , can anyone suggest some ideas?

0 Answers  


Categories