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

During which test activity could fault be found most cost-effectively?

0 Answers  


A) Please give example for below statements. 1.Statement Coverage: Every statement in a program execute atleat once. 2. Decision Coverage: Every point of Entry and Exit in a program invokes atleast once. Each decision in a program has taken all possible outcome atleast once. 3. Condition Coverage: Each condition is a decision in a program has taken all possible outcome atleast once. 4. Modified Condition Decision Coverage: Each Condition has shown to affect that decision independently by varying that decision while keeping fixed all other possible condion. B) If the condition is (A&&B||C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases. C) If the condition is (A||B&&C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases.

0 Answers  


What is web application testing

0 Answers  


Can nyone tell me about the testing certifications. I have planned to give a certification exam, but dont know which 1 is good.

2 Answers   IBM,


Explain the V-Model?

5 Answers   Ebix, Virtusa,


What is a shrink wrapped product?

0 Answers  


What is open box testing?

0 Answers  


Can you test a program and find 100% of the errors?

0 Answers  


Explain what is testing type and what are the commonly used testing type?

0 Answers  


During the testing of a module tester, 'x' found a bug and assigned it to a developer. But developer rejects the same, saying that it's not a bug. What 'x' should do?

0 Answers  


What is a user manual?

0 Answers  


HI, CAN ANY ONE PLZ EXPLAIN IN SIMPLE WORD WHEN WE DO SANITY TESTING AND SMOKE TESTING AND WHY ? and differance between this two ?

4 Answers  


Categories