GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Testing  >  DataBase Testing
Go To First  |  Previous Question  |  Next Question 
 DataBase Testing  |  Question 12 of 50    Print  
how do you test whether the database is updated as and when an information are added in the front end?Give me an example?

  
Total Answers and Comments: 6 Last Update: May 17, 2008     Asked by: kokila 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
February 06, 2006 07:10:24   #1  
venky        

RE: how do you test whether the database is updated as...
using sql commnd we check the database.
 
Is this answer useful? Yes | No
April 11, 2006 09:48:05   #2  
Vijay Rentala        

RE: how do you test whether the database is updated as...

Hi,

It depends on what level of testing you are doing.When you want to save something from front end obviously, it has to store somewhere in the database

You will need to find out the relevant tables involved in saving the records.Data Mapping from front end to the tables.Then enter the data from front end and save. Go to database, fire queries to get the same date from the back end.

Hope this helps.

Thanks

Vijay!


 
Is this answer useful? Yes | No
April 11, 2006 23:44:07   #3  
dilip sharma        

RE: how do you test whether the database is updated as...

It obious when we enter any data from front end is  it will store in Database

there are 2 ways to check that

  1. Using SQL command and query
  2. But in organization some tool (e.g. TOAD) is use it provide a interface to DATABASE  .By toad u can view the data & table.

 
Is this answer useful? Yes | No
April 01, 2007 04:49:20   #4  
Ramprasad.s        

RE: how do you test whether the database is updated as...
1.When an Information is added to the Front end.

Use Insert querry to add data to the Table.

write : commit;

Now you check the inserted data is there or not.

 
Is this answer useful? Yes | No
June 12, 2007 15:45:02   #5  
Khajam Member Since: June 2007   Contribution: 13    

RE: how do you test whether the database is updated as...
Hi,

It is not the job of tester to write the insert statement. Actually it should be written in the frontend code. The job of tester is to check whether the data is inserted in the database and it can be done by select query

Thanks

 
Is this answer useful? Yes | No
May 17, 2008 01:08:54   #6  
sandankur Member Since: December 2007   Contribution: 1    

RE: how do you test whether the database is updated as and when an information are added in the front end?Give me an example?
I belive the job of tester is only to chk that all the DDL and DML commands are executing in the desired manner and giving the expected reuslt or not
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape