ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Testing  >>  QA Concepts
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
What is Database Testing? How will you do it?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is Database Testing? How will you do it?
Answer
# 1
database testing is a testing with multipale database.often 
called datadriven testing .we can do it by using mercury's 
winrunner automation tool.open winrunner , and open testing 
application.......create test screipt ........add develop 
loop by selecting the text screipt from that point from 
where u want to make loop for data driven after selecting 
it go to tools and select datadriven wizard click next 
first.. follow the prompt and select creat defult data file 
to creat xls file.   go to xls data sheet and put what ever 
data u want to derive for test. close it make sure Gui map 
is loded cheak once  and run it.
 
Is This Answer Correct ?    1 Yes 2 No
Sudip
 
  Re: What is Database Testing? How will you do it?
Answer
# 2
Database testing is nothing but testing the mapping between 
front and back end.
Ex:When an user details is entered in front end, then the 
details should be confirmed in the database whether the 
entered details are properly inserted in the corresponding 
table(s).
 
Is This Answer Correct ?    2 Yes 1 No
Guest
 
 
 
  Re: What is Database Testing? How will you do it?
Answer
# 3
sorry sudeep your answer is wrong DATA DRIVEN TESTING is 
nothing but restesting the application with different types 
of inputs.

BUT database testing is different.

here the database testing means the data entered in the 
front end should store properly and the data stored in the 
backend(database like SQL server,Oracle..)should be display 
in front end properly without any change.

here the data stored in the backend in the form of tables.

for eample if we take yahoomail login page for signin
the frontend  the login window askes you your UserID and 
password.

the user ID and password will be compared with the databse 
table values which you entered at the time of new account 
registration.

So here there is a big diffrenece bet ween database testing 
and Data Driven testing.

Database testing is testing of data consistemcy in the 
database
 
Is This Answer Correct ?    4 Yes 1 No
Rajendra Prasad Reddy Penumall
 
  Re: What is Database Testing? How will you do it?
Answer
# 4
Database Testing means To test the Appilication from Back 
End,Insert,update and delete data from back end and select 
same data from front end then compare the information

Ex: Enter Employee information from front End,and update 
date the information from back end,select the person front 
End,not only for single useful for multiple
 
Is This Answer Correct ?    0 Yes 0 No
Sridhar
 
  Re: What is Database Testing? How will you do it?
Answer
# 5
Database testing means any/all of following as per the 
application:

1. Ensuring the Data validity: requires SQL queries to 
validate the same
2. Ensuring the Data integrity: requires various 
constraints (both IO and Buisiness) to check
3. Ensuring the performance of database operations 
especially in case if accessing Views and Indexes: Various 
tools are available to check the same especially Database 
Refactoring. You can also your Database sandbox on the fly 
and use TFD or TDD approach to test the same
4. Ensuring the performance of Database when using 
Functions, Cursors, trigers etc.

I hope above is clear to all of you......
 
Is This Answer Correct ?    3 Yes 0 No
Ajit Kumar Lal
 
  Re: What is Database Testing? How will you do it?
Answer
# 6
I agree with Rajendra Prasad Reddy Penumall's answer
 
Is This Answer Correct ?    0 Yes 0 No
Prasant
 
  Re: What is Database Testing? How will you do it?
Answer
# 7
All of you are correct to some extent and not 
fully....Please refer to my last answer to databse testing 
fpr full fledged answer....

-Ajit
 
Is This Answer Correct ?    1 Yes 0 No
Ajit Kumar Lal
 
  Re: What is Database Testing? How will you do it?
Answer
# 8
Actually the database Testing is the testing of data which 
should be same as in case of backend as well as front end 
this is somewhat at the level of aplication but testing of 
database at stand alone database application is vry much 
different concept as it implements the concept of database 
design the tests are suppose to be carried out at the 
design level of database,how the data should stored in 
database etc. I hope this clear the difference between 
database testing at application level and standalone 
database application

Regds
Manoj
manoj.raut1@indiatimes.com
 
Is This Answer Correct ?    0 Yes 0 No
Manoj
 
  Re: What is Database Testing? How will you do it?
Answer
# 9
Data badse testing is testing the consistence of
data.Whether input data is stored correctly in database or
not?and checking the tables?

Data Driven testing is retesting the same application with
different inputs.

EX:

Any login page talkes inputs as id and passwd.

Data base testing: Checking wheather id and password fileds
are stored in table or not and etc.. 

Datadriven testing:checking the same page with different
inputs (nothing but regression)
 
Is This Answer Correct ?    0 Yes 0 No
Kamalasan.baireddy
 
  Re: What is Database Testing? How will you do it?
Answer
# 10
Ajith Kumar Lal has given proper answer, i mean some in
depth answer. better to follow his answer.
 
Is This Answer Correct ?    0 Yes 0 No
Raam
 

 
 
 
Other QA Concepts Interview Questions
 
  Question Asked @ Answers
 
what is Quality Assurance? Ordain-Solutions6
What quality should have Test lead?with real time exp? L&T4
WHAT IS A DIFFERENCE BETWEEN BUG AND DEFECT HCL8
how can u find system IP address  3
I’m looking for test management software with collaboration capabilities but at an affordable rate.  1
How do you train another QA engineer?  2
Formal Testing?  1
defect, error, failure, fault Quinnox4
How we can test Cookies Manually?  2
What do you like least about Quality Assurance/Testing?  2
what is the strength of present company US-Consulate1
How Many CMM levels are there?? What are the main differences between each level? AZTEC3
what is test condition  1
Difference between ISO and CMM (No Abbrevations, Only concepts)  1
What is test execution/efficiency metrics? Covansys2
What is Regression Testing and how it is useful in real- time scenario? Please correct me if it is wrong...  2
What is Project Planning? how we can do the same? Is there any tool we can use for the same?  2
what is difference b/n client server and web based applications?  1
how do i know that I am using 32 bit Windows SunGard1
what is entry and exit criteria?  1
 
For more QA Concepts Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com