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:  When do we perform white box testing?



June 06, 2008 02:47:15 #2
 ranjithkumar_sanda   Member Since: May 2008    Total Comments: 6 

RE: when will we do white box testing?
 
White box testing can be call as glass box testing or structural testing,  is used to check that the outputs of a program, given certain inputs, conform to the structural specification of the program. It uses information about the structure of the program to check that it performs correctly
     

 

Back To Question