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  >  Software Testing

 Print  |  
Question:  Database Testing

Answer: Please let me the testing tasks carried out as part of Database Testing? What does a manual tester need to become proficient with DB Testing?


June 06, 2008 02:13:12 #1
 Suilien520   Member Since: November 2007    Total Comments: 2 

RE: Database Testing
 
you need to conduct both black box test and white box test.
the black box testing should include testing incoming data value and outgoing data value from data queries, store procedure and views.
the white box test should include unit test for store procedure function, trigger, database schema element, default value for column
     

 

Back To Question